File tree Expand file tree Collapse file tree 7 files changed +12
-13
lines changed
packages/cqtdeployer.1_5/meta Expand file tree Collapse file tree 7 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ TEMPLATE = lib
1919
2020DEFINES += DEPLOY_LIBRARY
2121
22- VERSION = 1.5.0.34
22+ VERSION = 1.5.0.35
2323
2424DEFINES += APP_VERSION ='\ \"$$VERSION\\"'
2525
Original file line number Diff line number Diff line change 33 <WizardDefaultWidth >640px</WizardDefaultWidth >
44 <WizardDefaultHeight >400px</WizardDefaultHeight >
55 <Name >CQtDeployer</Name >
6- <Version >1.5.0.34 </Version >
6+ <Version >1.5.0.35 </Version >
77 <Title >CQtDeployer</Title >
88 <Publisher >QuasarApp</Publisher >
99 <StartMenuDir >CQtDeployer</StartMenuDir >
Original file line number Diff line number Diff line change 33 <WizardDefaultWidth >640px</WizardDefaultWidth >
44 <WizardDefaultHeight >400px</WizardDefaultHeight >
55 <Name >CQtDeployer</Name >
6- <Version >1.5.0.34 </Version >
6+ <Version >1.5.0.35 </Version >
77 <Title >CQtDeployer</Title >
88 <Publisher >QuasarApp</Publisher >
99 <StartMenuDir >CQtDeployer</StartMenuDir >
Original file line number Diff line number Diff line change @@ -6,12 +6,11 @@ function Component()
66}
77
88function generateTr ( ) {
9- component . setValue ( "DisplayName" , qsTr ( "CQtDeployer " + VERSION + " Candidate" ) ) ;
9+ component . setValue ( "DisplayName" , qsTr ( "CQtDeployer " + VERSION ) ) ;
1010 component . setValue ( "Description" , qsTr ( "This package contains CQtDeployer version " + VERSION ) ) ;
1111}
1212
13- Component . prototype . createOperations = function ( )
14- {
13+ Component . prototype . createOperations = function ( ) {
1514// // call default implementation to actually install README.txt!
1615 component . createOperations ( ) ;
1716 systemIntegration ( ) ;
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<Package >
3- <DisplayName >CQtDeployer 1.5 Beta </DisplayName >
4- <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 >
5- <Version >1.5.0.34 </Version >
3+ <DisplayName >CQtDeployer 1.5</DisplayName >
4+ <Description >CQtDeployer 1.5</Description >
5+ <Version >1.5.0.35 </Version >
66 <Default >true</Default >
77 <ForcedInstallation >false</ForcedInstallation >
88 <Script >installscript.js</Script >
9- <ReleaseDate >2021-04-07 </ReleaseDate >
9+ <ReleaseDate >2021-05-23 </ReleaseDate >
1010 <SortingPriority >201</SortingPriority >
1111 <Translations >
1212 <Translation >ru.qm</Translation >
Original file line number Diff line number Diff line change 11[Desktop Entry]
2- Version =1.5.0.34
2+ Version =1.5.0.35
33Name =CQtDeployer
44Comment =CQtDeployer Help.
55Exec =cqtdeployer
@@ -10,6 +10,6 @@ Categories=Application;
1010X-GNOME-Bugzilla-Bugzilla =GNOME
1111X-GNOME-Bugzilla-Product =CQtDeployer
1212X-GNOME-Bugzilla-Component =General
13- X-GNOME-Bugzilla-Version =1.5.0.34
13+ X-GNOME-Bugzilla-Version =1.5.0.35
1414StartupNotify =true
1515Name[ru_RU]=CQtDeployer
Original file line number Diff line number Diff line change 66#
77
88name : cqtdeployer # you probably want to 'snapcraft register <name>'
9- version : ' 1.5.0.34 ' # just for humans, typically '1.2+git' or '1.3.2'
9+ version : ' 1.5.0.35 ' # just for humans, typically '1.2+git' or '1.3.2'
1010summary : deploy your qt projects # 79 char long summary
1111description : |
1212 Console app for deploy qt libs.
You can’t perform that action at this time.
0 commit comments