Skip to content

Commit

Permalink
feat: build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kalpetros committed Mar 5, 2016
1 parent f100bec commit 71119b3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Binary file added build/icon.icns
Binary file not shown.
Binary file added build/icon.ico
Binary file not shown.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,16 @@
"electron-packager": "~5.2.1",
"electron-prebuilt": "~0.36.8"
},
"build": {
"app-bundle-id": "hawkpass",
"app-category-type": "Tools",
"iconUrl": ""
},
"scripts": {
"start": "electron main.js",
"package": "electron-packager ./ Hawkpass --all --out ~/Projects/Hawkpass --version 0.36.8 --overwrite"
"package": "electron-packager ./ Hawkpass --all --out ~/Projects/Hawkpass --version 0.36.8 --overwrite",
"postinstall": "install-app-deps",
"pack": "build",
"dist": "build"
}
}

0 comments on commit 71119b3

Please sign in to comment.