v 1.4.5.4

This commit is contained in:
Andrei Yankovich 2020-09-06 17:37:50 +03:00
parent 6e6d06dd00
commit f382fe8764
7 changed files with 10 additions and 10 deletions

View File

@ -19,7 +19,7 @@ TEMPLATE = lib
DEFINES += DEPLOY_LIBRARY DEFINES += DEPLOY_LIBRARY
VERSION = 1.4.5.3 VERSION = 1.4.5.4
DEFINES += APP_VERSION='\\"$$VERSION\\"' DEFINES += APP_VERSION='\\"$$VERSION\\"'

View File

@ -3,7 +3,7 @@
<WizardDefaultWidth>640px</WizardDefaultWidth> <WizardDefaultWidth>640px</WizardDefaultWidth>
<WizardDefaultHeight>400px</WizardDefaultHeight> <WizardDefaultHeight>400px</WizardDefaultHeight>
<Name>CQtDeployer</Name> <Name>CQtDeployer</Name>
<Version>1.4.5.3</Version> <Version>1.4.5.4</Version>
<Title>CQtDeployer</Title> <Title>CQtDeployer</Title>
<Publisher>QuasarApp</Publisher> <Publisher>QuasarApp</Publisher>
<StartMenuDir>CQtDeployer</StartMenuDir> <StartMenuDir>CQtDeployer</StartMenuDir>

View File

@ -3,7 +3,7 @@
<WizardDefaultWidth>640px</WizardDefaultWidth> <WizardDefaultWidth>640px</WizardDefaultWidth>
<WizardDefaultHeight>400px</WizardDefaultHeight> <WizardDefaultHeight>400px</WizardDefaultHeight>
<Name>CQtDeployer</Name> <Name>CQtDeployer</Name>
<Version>1.4.5.3</Version> <Version>1.4.5.4</Version>
<Title>CQtDeployer</Title> <Title>CQtDeployer</Title>
<Publisher>QuasarApp</Publisher> <Publisher>QuasarApp</Publisher>
<StartMenuDir>CQtDeployer</StartMenuDir> <StartMenuDir>CQtDeployer</StartMenuDir>

View File

@ -2,11 +2,11 @@
<Package> <Package>
<DisplayName>CQtDeployer 1.4</DisplayName> <DisplayName>CQtDeployer 1.4</DisplayName>
<Description>CQtDeployer 1.4</Description> <Description>CQtDeployer 1.4</Description>
<Version>1.4.5.3</Version> <Version>1.4.5.4</Version>
<Default>true</Default> <Default>true</Default>
<ForcedInstallation>false</ForcedInstallation> <ForcedInstallation>false</ForcedInstallation>
<Script>installscript.js</Script> <Script>installscript.js</Script>
<ReleaseDate>2020-08-28</ReleaseDate> <ReleaseDate>2020-09-06</ReleaseDate>
<SortingPriority>201</SortingPriority> <SortingPriority>201</SortingPriority>
<Translations> <Translations>
<Translation>ru.qm</Translation> <Translation>ru.qm</Translation>

View File

@ -2,9 +2,9 @@
<Package> <Package>
<DisplayName>CQtDeployer</DisplayName> <DisplayName>CQtDeployer</DisplayName>
<Description>CQtDeployer</Description> <Description>CQtDeployer</Description>
<Version>1</Version> <Version>1.4</Version>
<Default>true</Default> <Default>true</Default>
<ForcedInstallation>false</ForcedInstallation> <ForcedInstallation>false</ForcedInstallation>
<ReleaseDate>2020-03-25</ReleaseDate> <ReleaseDate>2020-09-06</ReleaseDate>
<SortingPriority>100</SortingPriority> <SortingPriority>100</SortingPriority>
</Package> </Package>

View File

@ -1,5 +1,5 @@
[Desktop Entry] [Desktop Entry]
Version=1.4.5.3 Version=1.4.5.4
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.4.5.3 X-GNOME-Bugzilla-Version=1.4.5.4
StartupNotify=true StartupNotify=true
Name[ru_RU]=CQtDeployer Name[ru_RU]=CQtDeployer

View File

@ -6,7 +6,7 @@
# #
name: cqtdeployer # you probably want to 'snapcraft register <name>' name: cqtdeployer # you probably want to 'snapcraft register <name>'
version: '1.4.5.3' # just for humans, typically '1.2+git' or '1.3.2' version: '1.4.5.4' # 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.