4
1
mirror of https://github.com/QuasarApp/CQtDeployer.git synced 2025-05-13 09:59:36 +00:00

update out names

This commit is contained in:
Andrei Yankovich 2022-10-15 23:01:31 +03:00
parent 37124ae541
commit 97c240512f
2 changed files with 4 additions and 1 deletions

@ -73,7 +73,7 @@
"deploySystem": false,
"deb": false,
"qif": "./QIFWTemplate",
"qifOut": "CQtDeployer_@CQT_DEPLOYER_VERSION@",
"qifOut": "CQtDeployer_@CMAKE_SYSTEM_NAME@_@CMAKE_SYSTEM_PROCESSOR@_v@CQT_DEPLOYER_VERSION@",
"zip": false,
"ignoreEnv": [
"@CMAKE_SOURCE_DIR@/Distro"

@ -26,6 +26,9 @@
"deb": true,
"qif": false,
"zip": true,
"debOut": "CQtDeployer_@CMAKE_SYSTEM_NAME@_@CMAKE_SYSTEM_PROCESSOR@_v@CQT_DEPLOYER_VERSION@",
"zipOut": "CQtDeployer_@CMAKE_SYSTEM_NAME@_@CMAKE_SYSTEM_PROCESSOR@_v@CQT_DEPLOYER_VERSION@",
"ignoreEnv": [
"@CMAKE_SOURCE_DIR@/Distro"
],