You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
536 B

@SETLOCAL
@IF NOT DEFINED NODE_PATH (
@SET "NODE_PATH=%~dp0\..\.store\@electron-forge+cli@6.4.2\node_modules\@electron-forge"
) ELSE (
@SET "NODE_PATH=%NODE_PATH%;%~dp0\..\.store\@electron-forge+cli@6.4.2\node_modules\@electron-forge"
)
@IF EXIST "%~dp0\bash.exe" (
"%~dp0\bash.exe" "%~dp0\..\.store\@electron-forge+cli@6.4.2\node_modules\@electron-forge\cli\script\vscode.sh" %*
) ELSE (
@SET PATHEXT=%PATHEXT:;.JS;=;%
bash "%~dp0\..\.store\@electron-forge+cli@6.4.2\node_modules\@electron-forge\cli\script\vscode.sh" %*
)