Skip to content

Commit

Permalink
Update deploycore.cpp
Browse files Browse the repository at this point in the history
Update help message for deb option 

Signed-off-by: Andrei Yankovich <EndrIIMail@gmail.com>
  • Loading branch information
EndrII authored Jun 9, 2024
1 parent c46c988 commit 710e1f1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/Deploy/src/deploycore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,18 @@ QuasarAppUtils::OptionsDataList DeployCore::avilableOptions() {
{"deb", "-deb"}, "",
"Create the deb package for deployment programm"
" You can specify the path to your own debian template.",
"cqtdeployer -deb path/to/myCustom/DEBIAN."
" 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"

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

0 comments on commit 710e1f1

Please sign in to comment.