mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-28 18:54:33 +00:00
fix debian pacakge
This commit is contained in:
parent
6e9bf193a1
commit
272c5b4c04
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user