Skip to content

Commit 9dc5a16

Browse files
authored
Merge pull request #816 from QuasarApp/task_815
Update deploycore.cpp
2 parents c46c988 + c10ef87 commit 9dc5a16

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/Deploy/src/deploycore.cpp

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,13 @@ QuasarAppUtils::OptionsDataList DeployCore::avilableOptions() {
254254
{"deb", "-deb"}, "",
255255
"Create the deb package for deployment programm"
256256
" You can specify the path to your own debian template.",
257-
"cqtdeployer -deb path/to/myCustom/DEBIAN."
257+
" cqtdeployer -deb path/to/myCustom/templates"
258+
" Where: the custom path should point to a folder with your packages templates, and template name should match with real package name."
259+
" For Exmaple: cqtdeployer -deb path/to/tempalates -name appnameOrPackageName "
260+
" path/to/tempalates/appnameOrPackageName/DEBIAN"
261+
" To get more information see documentation page "
262+
"https://quasarapp.ddns.net:3031/docs/QuasarApp/CQtDeployer/latest/md_md_2en_2DEB.html"
263+
258264
}});
259265
help.insert(group, {QuasarAppUtils::OptionData{
260266
{"deploySystem"}, "",

0 commit comments

Comments
 (0)