File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,13 @@ QuasarAppUtils::OptionsDataList DeployCore::avilableOptions() {
254
254
{" deb" , " -deb" }, " " ,
255
255
" Create the deb package for deployment programm"
256
256
" 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
+
258
264
}});
259
265
help.insert (group, {QuasarAppUtils::OptionData{
260
266
{" deploySystem" }, " " ,
You can’t perform that action at this time.
0 commit comments