Skip to content

Commit

Permalink
update doc message
Browse files Browse the repository at this point in the history
  • Loading branch information
EndrII committed Jun 9, 2024
1 parent 710e1f1 commit c10ef87
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions src/Deploy/src/deploycore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,15 +256,10 @@ QuasarAppUtils::OptionsDataList DeployCore::avilableOptions() {
" You can specify the path to your own debian template.",
" cqtdeployer -deb path/to/myCustom/templates"
" Where: the custom path should point to a folder with your packages templates, and template name should match with real package name."
" For Exmaple: cqtdeployer -deb path/to/tempalates -name appnameOrPackageName"
" tree path/to/tempalates"
" path/to/tempalates"
" └── appnameOrPackageName"
" └── DEBIAN"
" ├── control"
" ├── postinst"
" └── prerm"
" └── prerm"
" For Exmaple: cqtdeployer -deb path/to/tempalates -name appnameOrPackageName "
" path/to/tempalates/appnameOrPackageName/DEBIAN"
" To get more information see documentation page "
"https://quasarapp.ddns.net:3031/docs/QuasarApp/CQtDeployer/latest/md_md_2en_2DEB.html"

}});
help.insert(group, {QuasarAppUtils::OptionData{
Expand Down

0 comments on commit c10ef87

Please sign in to comment.