File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ apply plugin: 'application'
22
33project. version = ' 1.0'
44
5+ project. ext. distVersion = System . getProperty(" version" );
6+
57repositories {
68 mavenLocal()
79 jcenter()
@@ -196,6 +198,7 @@ task distIdeWindowsSetup(dependsOn: ['distIdeWindows']) {
196198 copy {
197199 from " $project . buildDir /distributions/DevelNextSetup.exe"
198200 into " $uploadPath /YandexDisk"
201+ rename " DevelNextSetup.exe" , " DevelNextSetup-${ project.ext.distVersion} .exe"
199202 }
200203 }
201204 }
Original file line number Diff line number Diff line change 22; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33
44#define MyAppName " DevelNext"
5- #define MyAppVersion " 2016 beta-2 "
5+ #define MyAppVersion " 2016 beta-4 "
66#define MyAppPublisher " develnext.org"
77#define MyAppURL " http://develnext.org"
88#define MyAppExeName " DevelNext.exe"
You can’t perform that action at this time.
0 commit comments