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'
2
2
3
3
project. version = ' 1.0'
4
4
5
+ project. ext. distVersion = System . getProperty(" version" );
6
+
5
7
repositories {
6
8
mavenLocal()
7
9
jcenter()
@@ -196,6 +198,7 @@ task distIdeWindowsSetup(dependsOn: ['distIdeWindows']) {
196
198
copy {
197
199
from " $project . buildDir /distributions/DevelNextSetup.exe"
198
200
into " $uploadPath /YandexDisk"
201
+ rename " DevelNextSetup.exe" , " DevelNextSetup-${ project.ext.distVersion} .exe"
199
202
}
200
203
}
201
204
}
Original file line number Diff line number Diff line change 2
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4
4
#define MyAppName " DevelNext"
5
- #define MyAppVersion " 2016 beta-2 "
5
+ #define MyAppVersion " 2016 beta-4 "
6
6
#define MyAppPublisher " develnext.org"
7
7
#define MyAppURL " http://develnext.org"
8
8
#define MyAppExeName " DevelNext.exe"
You can’t perform that action at this time.
0 commit comments