added list of supported platforms to documentation

This commit is contained in:
Andrei Yankovich 2022-02-08 13:04:49 +03:00
parent 384a6bd871
commit 3515001020
3 changed files with 6 additions and 4 deletions

View File

@ -364,8 +364,10 @@ QuasarAppUtils::OptionsDataList DeployCore::avilableOptions() {
}});
help.insert(group, {QuasarAppUtils::OptionData{
{"platform"}, "",
"Force deploy only one selected platforms."
{"-platform"}, "{platforms,list}",
"Force deploy only one selected platforms. "
"If this option is enabled then CQtDeployer will deploy only binaries of a selected platform. Supported values: "
"[win_x86 win_x86_64 win_arm win_arm64 linux_x86 linux_x86_64 linux_ARM linux_ARM64]"
}});

View File

@ -102,7 +102,7 @@ cqtdeployer -option1 value1 -option2 list, of, values flag1 flag2 flag3
| -installDirDeb [params] | Sets install target directory fordebian package (by default it is /opt path) |
| -installDirQIFW [params] | Sets install target directory for installers (by default it is /home path) |
| -verbose [0-3] | Shows debug log. By default it is 2 |
| -platform [list] | If this option is enabled then CQtDeployer will deploy only binaries of a selected platform. |
| -platform [list] | If this option is enabled then CQtDeployer will deploy only binaries of a selected platform. Supported values: [win_x86 win_x86_64 win_arm win_arm64 linux_x86 linux_x86_64 linux_ARM linux_ARM64] |
### Controll of packages options

View File

@ -97,7 +97,7 @@ cqtdeployer -option1 value1 -option2 list,of,values flag1 flag2 flag3
| -installDirDeb [параметры] | Устанавливает целевой каталог для установки пакета Debian (по умолчанию это /opt путь) |
| -installDirQIFW [параметры]| Устанавливает целевой каталог установки для инсталляторов (по умолчанию это путь /home) |
| -verbose [0-3] | Показывает дебаг лог. По умолчанию равен 2 |
| -platform [list] | Если этот параметр включен, CQtDeployer будет развертывать только двоичные файлы указанной платформы. |
| -platform [list] | Если этот параметр включен, CQtDeployer будет развертывать только двоичные файлы указанной платформы. Поддерживоемые значения : [win_x86 win_x86_64 win_arm win_arm64 linux_x86 linux_x86_64 linux_ARM linux_ARM64] |
### Параметры управлениями пакетами: