mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-16 19:39:36 +00:00
v1.5.4.13
This commit is contained in:
parent
f3a67edca7
commit
162759499d
@ -19,7 +19,7 @@ TEMPLATE = lib
|
|||||||
|
|
||||||
DEFINES += DEPLOY_LIBRARY
|
DEFINES += DEPLOY_LIBRARY
|
||||||
|
|
||||||
VERSION = 1.5.4.12
|
VERSION = 1.5.4.13
|
||||||
|
|
||||||
DEFINES += APP_VERSION='\\"$$VERSION\\"'
|
DEFINES += APP_VERSION='\\"$$VERSION\\"'
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ unix: PLATFORM = linux
|
|||||||
win32:PY = python
|
win32:PY = python
|
||||||
unix: PY = python3
|
unix: PY = python3
|
||||||
|
|
||||||
qif.commands= $$PY $$PWD/scripts/QIF.py $$PLATFORM 4.2 $$PWD/packages/QIF/data
|
qif.commands= $$PY $$PWD/scripts/QIF.py $$PLATFORM 4.3 $$PWD/packages/QIF/data
|
||||||
alias.commands= $$PY $$PWD/scripts/alias.py
|
alias.commands= $$PY $$PWD/scripts/alias.py
|
||||||
|
|
||||||
!isEmpty( ONLINE ) {
|
!isEmpty( ONLINE ) {
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<WizardDefaultWidth>640px</WizardDefaultWidth>
|
<WizardDefaultWidth>640px</WizardDefaultWidth>
|
||||||
<WizardDefaultHeight>400px</WizardDefaultHeight>
|
<WizardDefaultHeight>400px</WizardDefaultHeight>
|
||||||
<Name>CQtDeployer</Name>
|
<Name>CQtDeployer</Name>
|
||||||
<Version>1.5.4.12</Version>
|
<Version>1.5.4.13</Version>
|
||||||
<Title>CQtDeployer</Title>
|
<Title>CQtDeployer</Title>
|
||||||
<Publisher>QuasarApp</Publisher>
|
<Publisher>QuasarApp</Publisher>
|
||||||
<StartMenuDir>CQtDeployer</StartMenuDir>
|
<StartMenuDir>CQtDeployer</StartMenuDir>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<WizardDefaultWidth>640px</WizardDefaultWidth>
|
<WizardDefaultWidth>640px</WizardDefaultWidth>
|
||||||
<WizardDefaultHeight>400px</WizardDefaultHeight>
|
<WizardDefaultHeight>400px</WizardDefaultHeight>
|
||||||
<Name>CQtDeployer</Name>
|
<Name>CQtDeployer</Name>
|
||||||
<Version>1.5.4.12</Version>
|
<Version>1.5.4.13</Version>
|
||||||
<Title>CQtDeployer</Title>
|
<Title>CQtDeployer</Title>
|
||||||
<Publisher>QuasarApp</Publisher>
|
<Publisher>QuasarApp</Publisher>
|
||||||
<StartMenuDir>CQtDeployer</StartMenuDir>
|
<StartMenuDir>CQtDeployer</StartMenuDir>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
VERSION = 1.5.4.12
|
VERSION = 1.5.4.13
|
||||||
|
|
||||||
include($$PWD/InstallerBase.pri);
|
include($$PWD/InstallerBase.pri);
|
||||||
mkpath( $$PWD/../Distro)
|
mkpath( $$PWD/../Distro)
|
||||||
@ -25,7 +25,7 @@ BASE_DEPLOY_FLAGS_CQT = $$BASE_DEPLOY_FLAGS -targetDir $$DATA_DIR $$OUT_LIB $$OU
|
|||||||
|
|
||||||
win32:CQT_ICON = -icon $$PWD/config/icon.ico
|
win32:CQT_ICON = -icon $$PWD/config/icon.ico
|
||||||
unix:CQT_ICON = -icon $$PWD/config/logo.png
|
unix:CQT_ICON = -icon $$PWD/config/logo.png
|
||||||
BASE_DEPLOY_FLAGS_DEB = $$BASE_DEPLOY_FLAGS -targetDir $$PWD/../Distro $$OUT_LIB $$OUT_BIN deb zip -name CQtDeployer -publisher QuasarApp $$CQT_ICON -deployVersion 1.5.4.12 -debOut CQtDeployer_'$$VERSION'_Linux'_$$QMAKE_HOST.arch'.deb -zipOut CQtDeployer_'$$VERSION'_Linux'_$$QMAKE_HOST.arch'.zip
|
BASE_DEPLOY_FLAGS_DEB = $$BASE_DEPLOY_FLAGS -targetDir $$PWD/../Distro $$OUT_LIB $$OUT_BIN deb zip -name CQtDeployer -publisher QuasarApp $$CQT_ICON -deployVersion 1.5.4.13 -debOut CQtDeployer_'$$VERSION'_Linux'_$$QMAKE_HOST.arch'.deb -zipOut CQtDeployer_'$$VERSION'_Linux'_$$QMAKE_HOST.arch'.zip
|
||||||
|
|
||||||
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_dep.commands += $$DEPLOYER -bin $$DEPLOY_TARGET $$BASE_DEPLOY_FLAGS_CQT
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<Package>
|
<Package>
|
||||||
<DisplayName>Qt Installer Framework</DisplayName>
|
<DisplayName>Qt Installer Framework</DisplayName>
|
||||||
<Description>Qt Installer Framework for CQtDeployer</Description>
|
<Description>Qt Installer Framework for CQtDeployer</Description>
|
||||||
<Version>4.2.0.0</Version>
|
<Version>4.3.0.0</Version>
|
||||||
<ReleaseDate>2021-11-30</ReleaseDate>
|
<ReleaseDate>2022-03-03</ReleaseDate>
|
||||||
<Default>true</Default>
|
<Default>true</Default>
|
||||||
</Package>
|
</Package>
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
<Package>
|
<Package>
|
||||||
<DisplayName>CQtDeployer 1.5</DisplayName>
|
<DisplayName>CQtDeployer 1.5</DisplayName>
|
||||||
<Description>CQtDeployer 1.5</Description>
|
<Description>CQtDeployer 1.5</Description>
|
||||||
<Version>1.5.4.12</Version>
|
<Version>1.5.4.13</Version>
|
||||||
<Default>true</Default>
|
<Default>true</Default>
|
||||||
<ForcedInstallation>false</ForcedInstallation>
|
<ForcedInstallation>false</ForcedInstallation>
|
||||||
<Script>installscript.js</Script>
|
<Script>installscript.js</Script>
|
||||||
<ReleaseDate>2021-06-15</ReleaseDate>
|
<ReleaseDate>2022-03-03</ReleaseDate>
|
||||||
<SortingPriority>201</SortingPriority>
|
<SortingPriority>201</SortingPriority>
|
||||||
<Translations>
|
<Translations>
|
||||||
<Translation>ru.qm</Translation>
|
<Translation>ru.qm</Translation>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Version=1.5.4.12
|
Version=1.5.4.13
|
||||||
Name=CQtDeployer
|
Name=CQtDeployer
|
||||||
Comment=CQtDeployer Help.
|
Comment=CQtDeployer Help.
|
||||||
Exec=cqtdeployer
|
Exec=cqtdeployer
|
||||||
@ -10,6 +10,6 @@ Categories=Application;
|
|||||||
X-GNOME-Bugzilla-Bugzilla=GNOME
|
X-GNOME-Bugzilla-Bugzilla=GNOME
|
||||||
X-GNOME-Bugzilla-Product=CQtDeployer
|
X-GNOME-Bugzilla-Product=CQtDeployer
|
||||||
X-GNOME-Bugzilla-Component=General
|
X-GNOME-Bugzilla-Component=General
|
||||||
X-GNOME-Bugzilla-Version=1.5.4.12
|
X-GNOME-Bugzilla-Version=1.5.4.13
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
Name[ru_RU]=CQtDeployer
|
Name[ru_RU]=CQtDeployer
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
name: cqtdeployer # you probably want to 'snapcraft register <name>'
|
name: cqtdeployer # you probably want to 'snapcraft register <name>'
|
||||||
version: '1.5.4.12' # just for humans, typically '1.2+git' or '1.3.2'
|
version: '1.5.4.13' # just for humans, typically '1.2+git' or '1.3.2'
|
||||||
summary: deploy your qt projects # 79 char long summary
|
summary: deploy your qt projects # 79 char long summary
|
||||||
description: |
|
description: |
|
||||||
Console app for deploy qt libs.
|
Console app for deploy qt libs.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user