added missing arguments

This commit is contained in:
Andrei Yankovich 2021-07-28 13:40:09 +03:00
parent 4618921376
commit 05e2e8e741

View File

@ -354,6 +354,14 @@ QuasarAppUtils::OptionsDataList DeployCore::avilableOptions() {
{"-targetDir"}, "{params}",
"Sets target directory(by default it is the path to the first deployable file)"
}});
help.insert(group, {QuasarAppUtils::OptionData{
{"-installDirDeb"}, "{params}",
"Sets install target directory fordebian package (by default it is /opt path)"
}});
help.insert(group, {QuasarAppUtils::OptionData{
{"-installDirQIFW"}, "{params}",
"Sets install target directory for installers (by default it is /home path)"
}});
help.insert(group, {QuasarAppUtils::OptionData{
{"-runScript"}, "{list,parems}",
"forces cqtdeployer swap default run script to new from the arguments of option."