Skip to content

Commit

Permalink
v 1.5 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
EndrII committed May 23, 2021
1 parent c7ea5b4 commit 8d2a4e0
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Deploy/Deploy.pro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ TEMPLATE = lib

DEFINES += DEPLOY_LIBRARY

VERSION = 1.5.0.34
VERSION = 1.5.0.35

DEFINES += APP_VERSION='\\"$$VERSION\\"'

Expand Down
2 changes: 1 addition & 1 deletion QIFData/config/configLinux.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<WizardDefaultWidth>640px</WizardDefaultWidth>
<WizardDefaultHeight>400px</WizardDefaultHeight>
<Name>CQtDeployer</Name>
<Version>1.5.0.34</Version>
<Version>1.5.0.35</Version>
<Title>CQtDeployer</Title>
<Publisher>QuasarApp</Publisher>
<StartMenuDir>CQtDeployer</StartMenuDir>
Expand Down
2 changes: 1 addition & 1 deletion QIFData/config/configWin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<WizardDefaultWidth>640px</WizardDefaultWidth>
<WizardDefaultHeight>400px</WizardDefaultHeight>
<Name>CQtDeployer</Name>
<Version>1.5.0.34</Version>
<Version>1.5.0.35</Version>
<Title>CQtDeployer</Title>
<Publisher>QuasarApp</Publisher>
<StartMenuDir>CQtDeployer</StartMenuDir>
Expand Down
5 changes: 2 additions & 3 deletions QIFData/packages/cqtdeployer.1_5/meta/installscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ function Component()
}

function generateTr() {
component.setValue("DisplayName", qsTr("CQtDeployer " + VERSION + " Candidate"));
component.setValue("DisplayName", qsTr("CQtDeployer " + VERSION ));
component.setValue("Description", qsTr("This package contains CQtDeployer version " + VERSION));
}

Component.prototype.createOperations = function()
{
Component.prototype.createOperations = function() {
// // call default implementation to actually install README.txt!
component.createOperations();
systemIntegration();
Expand Down
8 changes: 4 additions & 4 deletions QIFData/packages/cqtdeployer.1_5/meta/package.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0"?>
<Package>
<DisplayName>CQtDeployer 1.5 Beta</DisplayName>
<Description>CQtDeployer 1.5 Beta. Do not use this version because it is unstable and may lead to unwanted bugs or consequences. Use this version exclusively for testing new functionality.</Description>
<Version>1.5.0.34</Version>
<DisplayName>CQtDeployer 1.5</DisplayName>
<Description>CQtDeployer 1.5</Description>
<Version>1.5.0.35</Version>
<Default>true</Default>
<ForcedInstallation>false</ForcedInstallation>
<Script>installscript.js</Script>
<ReleaseDate>2021-04-07</ReleaseDate>
<ReleaseDate>2021-05-23</ReleaseDate>
<SortingPriority>201</SortingPriority>
<Translations>
<Translation>ru.qm</Translation>
Expand Down
4 changes: 2 additions & 2 deletions snap/gui/cqtdeployer.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Version=1.5.0.34
Version=1.5.0.35
Name=CQtDeployer
Comment=CQtDeployer Help.
Exec=cqtdeployer
Expand All @@ -10,6 +10,6 @@ Categories=Application;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=CQtDeployer
X-GNOME-Bugzilla-Component=General
X-GNOME-Bugzilla-Version=1.5.0.34
X-GNOME-Bugzilla-Version=1.5.0.35
StartupNotify=true
Name[ru_RU]=CQtDeployer
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#

name: cqtdeployer # you probably want to 'snapcraft register <name>'
version: '1.5.0.34' # just for humans, typically '1.2+git' or '1.3.2'
version: '1.5.0.35' # just for humans, typically '1.2+git' or '1.3.2'
summary: deploy your qt projects # 79 char long summary
description: |
Console app for deploy qt libs.
Expand Down

0 comments on commit 8d2a4e0

Please sign in to comment.