UNPKG

172 BPlain TextView Raw
1@echo off
2
3SETLOCAL
4SET FORGE_ARGS=%*
5
6SET FORGE_ARGS=%FORGE_ARGS: =~ ~%
7node "%~dp0/../../electron-forge/dist/electron-forge-start.js" --vscode -- ~%FORGE_ARGS%~
8
9ENDLOCAL
\No newline at end of file