File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const shouldBuildAll = argv.all || false;
20
20
21
21
22
22
const DEFAULT_OPTS = {
23
- dir : './' ,
23
+ dir : './static ' ,
24
24
name : appName ,
25
25
asar : shouldUseAsar ,
26
26
ignore : [
Original file line number Diff line number Diff line change 13
13
"build-main" : " cross-env NODE_ENV=production node -r babel-register ./node_modules/webpack/bin/webpack --config webpack.config.electron.js --progress --profile --colors" ,
14
14
"build-renderer" : " cross-env NODE_ENV=production node -r babel-register ./node_modules/webpack/bin/webpack --config webpack.config.production.js --progress --profile --colors" ,
15
15
"build" : " npm run build-main && npm run build-renderer" ,
16
- "start" : " cross-env NODE_ENV=production electron ./" ,
16
+ "start" : " cross-env NODE_ENV=production electron ./static/ " ,
17
17
"start-hot" : " cross-env HOT=1 NODE_ENV=development electron -r babel-register -r babel-polyfill ./app/main.development" ,
18
18
"package" : " cross-env NODE_ENV=production node -r babel-register package.js" ,
19
19
"package-all" : " npm run package -- --all" ,
You can’t perform that action at this time.
0 commit comments