This commit is contained in:
rabix 2022-03-04 19:43:02 +08:00
parent eda16bd97b
commit 921ea446b5
1 changed files with 6 additions and 0 deletions

6
bin/electron.bat Normal file
View File

@ -0,0 +1,6 @@
@echo off
where electron.cmd 2>nul >nul
if errorlevel 1 (
call npm install -g electron
)
electron.cmd %*