File tree 5 files changed +9
-6
lines changed
5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " icarus" ,
3
- "version" : " 0.1.4 " ,
3
+ "version" : " 0.1.5 " ,
4
4
"description" : " " ,
5
5
"scripts" : {
6
6
"build" : " npm run build:web && npm run build:app && npm run build:service && npm run build:package" ,
Original file line number Diff line number Diff line change 6
6
7
7
!define APP_NAME " ICARUS Terminal"
8
8
!define COMP_NAME " ICARUS"
9
- !define VERSION " 0.1.3.0 "
9
+ !define VERSION " ${PRODUCT_VERSION} "
10
10
!define COPYRIGHT " ICARUS"
11
11
!define DESCRIPTION " Application"
12
12
!define INSTALLER_NAME " ..\dist\ICARUS Setup.exe"
Original file line number Diff line number Diff line change 5
5
BUILD_DIR ,
6
6
DIST_DIR ,
7
7
INSTALLER_NSI ,
8
- INSTALLER_EXE
8
+ INSTALLER_EXE ,
9
+ PRODUCT_VERSION
9
10
} = require ( './lib/build-options' )
10
11
11
12
; ( async ( ) => {
@@ -24,7 +25,8 @@ async function build () {
24
25
pathToMakensis : 'C:\\Program Files (x86)\\NSIS\\makensis.exe' ,
25
26
verbose : 4 ,
26
27
define : {
27
- SPECIAL_BUILD : false
28
+ SPECIAL_BUILD : false ,
29
+ PRODUCT_VERSION
28
30
}
29
31
} )
30
32
console . log ( installerOutput )
Original file line number Diff line number Diff line change @@ -80,5 +80,6 @@ module.exports = {
80
80
APP_VERSION_INFO ,
81
81
SERVICE_VERSION_INFO ,
82
82
INSTALLER_NSI ,
83
- INSTALLER_EXE
83
+ INSTALLER_EXE ,
84
+ PRODUCT_VERSION
84
85
}
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ <h1>ICARUS</h1>
58
58
< button onClick ="window.app_quit() "> Quit Application</ button >
59
59
</ p >
60
60
< p >
61
- < small > Preview Build 0.1.4 .0</ small >
61
+ < small > Preview Build 0.1.5 .0</ small >
62
62
</ p >
63
63
</ div >
64
64
</ body >
You can’t perform that action at this time.
0 commit comments