add binary, fix #247

cmd.js is mostly taken from node_modules/electron-prebuilt/cli.js (what the node_modules/.bin/electron symlink points to)
This commit is contained in:
Romain Beaumont
2016-03-28 02:26:13 +02:00
parent 86309317a7
commit fef72507ef
3 changed files with 15 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ var all = {
prune: true,
// The Electron version with which the app is built (without the leading 'v')
version: pkg.devDependencies['electron-prebuilt']
version: pkg.dependencies['electron-prebuilt']
}
var darwin = {