mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-28 18:54:33 +00:00
fix typo errors
This commit is contained in:
parent
effd3c11c7
commit
e56f200e4e
@ -22,7 +22,7 @@ Or in configFile.json
|
||||
}
|
||||
```
|
||||
|
||||
This command support list of arrguments.
|
||||
This command support list of arguments.
|
||||
|
||||
|
||||
``` bash
|
||||
@ -45,7 +45,7 @@ Or in configFile.json
|
||||
|
||||
### Changing location of extra data files.
|
||||
|
||||
For change location you should use the extraDataOut options. This option change destination path relative the root of the distributive.
|
||||
For change location you should use the extraDataOut options. This option change destination path based on the root of the distributive.
|
||||
|
||||
### Example. Add custom scripts into scripts folder in the Distribution.
|
||||
|
||||
@ -70,9 +70,9 @@ Or in configFile.json
|
||||
## Packages
|
||||
extraData and extraDataOut options have support to work with packages. See the packaging [page](Pacakges.md) to get more information about packages.
|
||||
|
||||
Sometimes we need to create a multipackages application. For example create a installer for clinet-server application with the client and server applications. The client and server have a own default configuration files. We add cinfig files using the extraData option.
|
||||
Sometimes we need to create a multipackages application. For example create a installer for client-server application with the client and server applications. The client and server have a own default configuration files. We add config files using the extraData option.
|
||||
|
||||
For create a big distributon i recomends use the [confFile](DeployConfigFile.md).
|
||||
For create a big distribution i recommend use the [confFile](DeployConfigFile.md).
|
||||
|
||||
## Example multipacking application.
|
||||
|
||||
@ -101,4 +101,4 @@ For create a big distributon i recomends use the [confFile](DeployConfigFile.md)
|
||||
}
|
||||
```
|
||||
|
||||
This config create a distribution with two appications (client and server). Each application have a own configuration file in the defaultConfigurations folder.
|
||||
This config create a distribution with two appications (client and server). Each application have a own configuration file in the defaultConfigurations folder.
|
||||
|
@ -6,7 +6,7 @@ CQtDeployer поддерживает работу с дополнительны
|
||||
|
||||
## Примеры:
|
||||
|
||||
### Добавление собственныйх файлов в корневой каталог дистрибутива.
|
||||
### Добавление собственных файлов в корневой каталог дистрибутива.
|
||||
|
||||
```
|
||||
cqtdeployer -extraData путь / к / my / customFile
|
||||
@ -70,7 +70,7 @@ cqtdeployer -extraData /path/to/myScripts.sh,/another/path/to/myScripts.sh -extr
|
||||
## Пакеты
|
||||
Опции extraData и extraDataOut поддерживают работу с пакетами. Дополнительную информацию о пакетах см. На [странице](Pacakges.md) упаковки.
|
||||
|
||||
Иногда нам нужно создать многопакетное приложение. Например, создайте установщик для приложения Clinet-server с клиентскими и серверными приложениями. Клиент и сервер имеют собственные файлы конфигурации по умолчанию. Мы добавляем файлы cinfig с помощью опции extraData.
|
||||
Иногда нам нужно создать многопакетное приложение. Например, создайте установщик для приложения client-server с клиентскими и серверными приложениями. Клиент и сервер имеют собственные файлы конфигурации по умолчанию. Мы добавляем файлы config с помощью опции extraData.
|
||||
|
||||
Для создания большого дистрибьютора я рекомендую использовать [confFile](DeployConfigFile.md).
|
||||
|
||||
@ -101,4 +101,4 @@ cqtdeployer -extraData /path/to/myScripts.sh,/another/path/to/myScripts.sh -extr
|
||||
}
|
||||
```
|
||||
|
||||
Эта конфигурация создает дистрибутив с двумя приложениями (клиент и сервер). Каждое приложение имеет собственный файл конфигурации в папке defaultConfigurations.
|
||||
Эта конфигурация создает дистрибутив с двумя приложениями (клиент и сервер). Каждое приложение имеет собственный файл конфигурации в папке defaultConfigurations.
|
||||
|
Loading…
x
Reference in New Issue
Block a user