replaced run.bat with cli.js closes #9
This commit is contained in:
parent
c973ebc84a
commit
0b0472a999
4 changed files with 8 additions and 16 deletions
7
npm/cli.js
Executable file
7
npm/cli.js
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
var electron = require('./')
|
||||
|
||||
var proc = require('child_process')
|
||||
|
||||
proc.spawn(electron, process.argv.slice(2), {stdio: 'inherit'});
|
Loading…
Add table
Add a link
Reference in a new issue