fix debian pacakge

This commit is contained in:
Andrei Yankovich 2021-05-21 21:34:45 +03:00
parent 6e9bf193a1
commit 272c5b4c04
2 changed files with 8 additions and 2 deletions

View File

@ -22,7 +22,7 @@ win32:CQT_ICON = -icon $$PWD/config/icon.ico
unix:CQT_ICON = -icon $$PWD/config/logo.png
BASE_DEPLOY_FLAGS_DEB = $$BASE_DEPLOY_FLAGS -targetDir $$PWD/../Distro $$OUT_LIB $$OUT_BIN deb zip -publisher QuasarApp $$CQT_ICON -deployVersion 1.5.0.32
DEPLOY_TARGET_DEB = $$DEPLOY_TARGET,$$PWD/packages/QIF/data/QIF/
DEPLOY_TARGET_DEB = $$DEPLOY_TARGET,$$PWD/packages/QIF/data/QIF
deploy_dep.commands += $$DEPLOYER -bin $$DEPLOY_TARGET $$BASE_DEPLOY_FLAGS_CQT
deploy_deb.commands += $$DEPLOYER -bin $$DEPLOY_TARGET_DEB $$BASE_DEPLOY_FLAGS_DEB
@ -36,9 +36,9 @@ deployOffline.commands = $$EXEC \
$$PWD/../Distro/$$OUT_FILE_OFF
deploy.depends = deploy_dep
deploy.depends += deploy_deb
deploy.depends += deployOffline
deploy.depends += deploy_deb
win32:ONLINE_REPO_DIR = $$ONLINE/CQtDeployer/Windows
unix:ONLINE_REPO_DIR = $$ONLINE/CQtDeployer/Linux

View File

@ -56,6 +56,12 @@ This is the first major update in 2021. CQtDeployer 1.5 contains many useful imp
- binPrefix - Sets prefix for bin option.
- noHashSum - Disables campute hashes of packages
### Deprecated and removed options
- deploySystem-with-libc - instead of this option use the deploySystem option.
- allQmlDependes - instead of this option use the qmlDir option.
## Detailed analysis of the most interesting changes.
### Debian pacakges