File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " i151204_electron_image_processing" ,
3
3
"version" : " 0.1.0" ,
4
4
"description" : " Electronを使用したの画像加工アプリ" ,
5
- "main" : " index.js" ,
5
+ "main" : " build/ index.js" ,
6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1" ,
8
- "start" : " ./node_modules/.bin/electron build" ,
8
+ "start" : " ./node_modules/.bin/electron build/index.js " ,
9
9
"watch" : " gulp watch" ,
10
- "debug" : " ./node_modules/.bin/electron build --debug=5858" ,
11
- "inspector" : " ./node_modules/.bin/node-inspector"
10
+ "debug" : " ./node_modules/.bin/electron build/index.js --debug=5858" ,
11
+ "inspector" : " ./node_modules/.bin/node-inspector" ,
12
+ "package:app" : " electron-packager . ImageFilterApp --platform=darwin,win32 --arch=x64 --version=0.35.2 --ignore='(tsd.json|npm-debug.log|src|typings|gulpfile.js|(node_modules\/ (electron-packager|electron-prebuilt)))' --overwrite --out='../' --asar=true"
12
13
},
13
14
"author" : " Nozomi Nohara" ,
14
15
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments