File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "directories" : {
3
+ "app" : " dist" ,
4
+ "output" : " app-builds"
5
+ },
6
+ "win" : {
7
+ "icon" : " dist/favicon" ,
8
+ "target" : [" portable" ]
9
+ }
10
+ }
Original file line number Diff line number Diff line change 31
31
"electron:prod" : " npm run build:prod && electron ./dist" ,
32
32
"electron:linux" : " npm run build:prod && node package.js --asar --platform=linux --arch=x64" ,
33
33
"electron:windows" : " npm run build:prod && node package.js --asar --platform=win32 --arch=ia32" ,
34
+ "electron:winportable" : " npm run build:prod && npx electron-builder build --windows" ,
34
35
"electron:mac" : " npm run build:prod && node package.js --asar --platform=darwin --arch=x64" ,
35
36
"test" : " karma start ./karma.conf.js" ,
36
37
"pree2e" : " webdriver-manager update --standalone false --gecko false --quiet && npm run build" ,
63
64
"css-loader" : " 0.28.7" ,
64
65
"cssnano" : " 3.10.0" ,
65
66
"electron" : " 1.7.8" ,
67
+ "electron-builder" : " 19.45.4" ,
66
68
"electron-packager" : " 9.1.0" ,
67
69
"electron-reload" : " 1.2.1" ,
68
70
"exports-loader" : " 0.6.4" ,
You can’t perform that action at this time.
0 commit comments