electron
This commit is contained in:
parent
eda16bd97b
commit
921ea446b5
|
@ -0,0 +1,6 @@
|
||||||
|
@echo off
|
||||||
|
where electron.cmd 2>nul >nul
|
||||||
|
if errorlevel 1 (
|
||||||
|
call npm install -g electron
|
||||||
|
)
|
||||||
|
electron.cmd %*
|
Loading…
Reference in New Issue