4
1
mirror of https://github.com/QuasarApp/CQtDeployer.git synced 2025-05-07 23:19:35 +00:00

v 1.5 stable

This commit is contained in:
Andrei Yankovich 2021-05-23 13:04:12 +03:00
parent c7ea5b46c7
commit 8d2a4e0b25
7 changed files with 12 additions and 13 deletions

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

@ -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>

@ -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>

@ -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();

@ -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>

@ -1,5 +1,5 @@
[Desktop Entry]
Version=1.5.0.34
Version=1.5.0.35
Name=CQtDeployer
Comment=CQtDeployer Help.
Exec=cqtdeployer
@ -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

@ -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.