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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user