Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
add build settings for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
kanreisa committed May 7, 2017
1 parent 8429000 commit 0c72078
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
"main": "app/main.js",
"scripts": {
"start": "electron .",
"package.win32": "electron-packager ./ mirakurun-ui --platform=win32 --arch=ia32 --icon=app/images/icon.ico --out=dist --asar --overwrite",
"package.darwin": "electron-packager ./ mirakurun-ui --platform=darwin --arch=x64 --extend-info=./Info.plist --icon=app/images/icon.icns --out=dist --overwrite",
"build.win32": "build --win --ia32",
"build.darwin": "build --mac",
"test": "eslint app/**/*.js"
},
"build": {
Expand All @@ -24,6 +23,11 @@
"win": {
"target": "nsis-web",
"icon": "app/images/icon.ico"
},
"mac": {
"category": "public.app-category.utilities",
"icon": "app/images/icon.icns",
"extendInfo": "./Info.plist"
}
},
"repository": {
Expand Down

0 comments on commit 0c72078

Please sign in to comment.