File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " oryoki" ,
33 "productName" : " Oryoki" ,
4- "version" : " 0.0.3 " ,
4+ "version" : " 0.0.4 " ,
55 "description" : " " ,
66 "repository" : {
77 "type" : " git" ,
1010 "main" : " main.js" ,
1111 "scripts" : {
1212 "start" : " electron main.js" ,
13- "build" : " gulp build && electron-packager . Oryoki --overwrite --out=build --app-version=0.0.3 --platform=darwin --arch=x64 --icon=icon.icns --ignore=\" (node_modules/(electron-packager|electron-prebuilt))|(src/sass)|(src/js/main)|(node_modules/gulp-[a-z]+)|build|gulpfile|stdout.log\" "
13+ "build" : " gulp build && electron-packager . Oryoki --overwrite --out=build --app-version=0.0.4 --platform=darwin --arch=x64 --icon=icon.icns --ignore=\" (node_modules/(electron-packager|electron-prebuilt))|(src/sass)|(src/js/main)|(node_modules/gulp-[a-z]+)|build|gulpfile|stdout.log\" "
1414 },
1515 "devDependencies" : {
1616 "electron-localshortcut" : " ^0.6.0" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ function Oryoki() {
1212 // @endif
1313
1414 this . versions = {
15- 'oryoki' : '0.0.3 ' ,
15+ 'oryoki' : '0.0.4 ' ,
1616 'chromeVersion' : process . versions . chrome ,
1717 'electronVersion' : process . versions . electron
1818 }
You can’t perform that action at this time.
0 commit comments