File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 "main" : " main.js" ,
66 "scripts" : {
77 "start" : " cross-env NODE_ENV=developement electron ." ,
8- "start-prod" : " electron ." ,
9- "build" : " npm run package && npm run compress" ,
10- "package" : " node_modules/.bin/electron-packager . Minta --out=dist/osx --platform=darwin --arch=x64 --overwrite --icon=resources/minta_600.icns" ,
11- "compress" : " cd dist/osx/Minta-darwin-x64 && tar cvzf Minta.tar.gz Minta.app"
8+ "start:prod" : " electron ." ,
9+ "build:osx" : " npm run package:osx && npm run compress:osx" ,
10+ "package:osx" : " node_modules/.bin/electron-packager . Minta --out=dist/osx --platform=darwin --arch=x64 --overwrite --icon=resources/minta_600.icns" ,
11+ "compress:osx" : " cd dist/osx/Minta-darwin-x64 && tar cvzf Minta.tar.gz Minta.app" ,
12+ "build:win" : " cross-env NODE_ENV=developement npm run package:win" ,
13+ "package:win" : " node_modules/.bin/electron-packager . Minta --out=dist/win --platform=win32 --arch=x64 --overwrite --icon=resources/minta_600.ico"
1214 },
1315 "repository" : " https://github.com/ecrmnn/minta" ,
1416 "author" : {
You can’t perform that action at this time.
0 commit comments