mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-28 18:54:33 +00:00
added missing arguments
This commit is contained in:
parent
4618921376
commit
05e2e8e741
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user