vid/bin/electron.bat

6 lines
112 B
Batchfile
Raw Permalink Normal View History

2022-03-04 19:43:02 +08:00
@echo off
where electron.cmd 2>nul >nul
if errorlevel 1 (
call npm install -g electron
)
electron.cmd %*