This repository was archived by the owner on Feb 26, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 6
6
"license" : " GPL-3.0" ,
7
7
"main" : " app/js/main.js" ,
8
8
"scripts" : {
9
- "postinstall" : " install-app-deps && node install-deps.js && cd app && bower install && cd ../ui && bower install" ,
9
+ "postinstall" : " electron-builder install-app-deps && node install-deps.js && cd app && bower install && cd ../ui && bower install" ,
10
10
"start" : " export NODE_ENV=development || set NODE_ENV=development && electron app/js/main.js" ,
11
11
"precompile" : " rimraf out/* && node install-deps.js" ,
12
12
"compile" : " export CSC_IDENTITY_AUTO_DISCOVERY=false && build --win --mac --linux --x64 --ia32" ,
13
13
"compile:lin" : " build --linux --x64 --ia32" ,
14
14
"compile:mac" : " export CSC_IDENTITY_AUTO_DISCOVERY=false && build --mac --x64" ,
15
15
"compile:win" : " build --win --x64 --ia32" ,
16
+ "compile:win64" : " build --win --x64" ,
17
+ "compile:win32" : " build --win --x32" ,
16
18
"prepublish" : " rimraf out/*" ,
17
19
"publish" : " export CSC_IDENTITY_AUTO_DISCOVERY=false && build --win --mac --linux --x64 --ia32 --publish always" ,
18
20
"publish:lin" : " build --linux --x64 --ia32 --publish always" ,
35
37
},
36
38
"devDependencies" : {
37
39
"electron" : " ^1.6.10" ,
38
- "electron-builder" : " ^18 .7.0 " ,
40
+ "electron-builder" : " ^19 .7.3 " ,
39
41
"rimraf" : " ^2.6.1" ,
40
42
"follow-redirects" : " ^1.2.3"
41
43
},
Original file line number Diff line number Diff line change 6
6
"license" : " GPL-3.0" ,
7
7
"main" : " app/js/main.js" ,
8
8
"scripts" : {
9
- "postinstall" : " install-app-deps && node install-deps.js && cd app && bower install && cd ../ui && bower install" ,
9
+ "postinstall" : " electron-builder install-app-deps && node install-deps.js && cd app && bower install && cd ../ui && bower install" ,
10
10
"start" : " export NODE_ENV=development || set NODE_ENV=development && electron app/js/main.js" ,
11
11
"precompile" : " rimraf out/* && node install-deps.js" ,
12
12
"compile" : " export CSC_IDENTITY_AUTO_DISCOVERY=false && build --win --mac --linux --x64 --ia32" ,
13
13
"compile:lin" : " build --linux --x64 --ia32" ,
14
14
"compile:mac" : " export CSC_IDENTITY_AUTO_DISCOVERY=false && build --mac --x64" ,
15
15
"compile:win" : " build --win --x64 --ia32" ,
16
+ "compile:win64" : " build --win --x64" ,
17
+ "compile:win32" : " build --win --x32" ,
16
18
"prepublish" : " rimraf out/*" ,
17
19
"publish" : " export CSC_IDENTITY_AUTO_DISCOVERY=false && build --win --mac --linux --x64 --ia32 --publish always" ,
18
20
"publish:lin" : " build --linux --x64 --ia32 --publish always" ,
35
37
},
36
38
"devDependencies" : {
37
39
"electron" : " ^1.6.10" ,
38
- "electron-builder" : " ^18 .7.0 " ,
40
+ "electron-builder" : " ^19 .7.3 " ,
39
41
"rimraf" : " ^2.6.1" ,
40
42
"follow-redirects" : " ^1.2.3"
41
43
},
You can’t perform that action at this time.
0 commit comments