1
0
mirror of https://github.com/jiahaog/Nativefier synced 2024-06-22 07:16:34 +02:00

Add script for easy rebuilding of an OAuth app

This commit is contained in:
Jia Hao 2016-01-22 00:06:28 +08:00
parent 76975c18c9
commit 871c2c66aa

View File

@ -16,7 +16,8 @@
"watch": "babel --watch src -d lib",
"prepublish": "npm run build",
"package-placeholder": "npm run build && node lib/cli.js http://www.medium.com ~/Desktop --overwrite && open ~/Desktop/Medium-darwin-x64/Medium.app",
"start-placeholder": "electron app"
"start-placeholder": "electron app",
"debug-auth": "npm run build && node lib/cli.js http://feedly.com/i/welcome ~/Desktop --overwrite --app-name feedly && open ~/Desktop/feedly-darwin-x64/feedly.app"
},
"bin": {
"nativefier": "lib/cli.js"