mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-26 17:54:32 +00:00
Update deploycore.cpp
Update help message for deb option Signed-off-by: Andrei Yankovich <EndrIIMail@gmail.com>
This commit is contained in:
parent
c46c988925
commit
710e1f16f2
@ -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"}, "",
|
||||
|
Loading…
x
Reference in New Issue
Block a user