mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-01-31 08:35:54 +00:00
7 lines
200 B
Batchfile
7 lines
200 B
Batchfile
@IF EXIST "%~dp0\node.exe" (
|
|
"%~dp0\node.exe" "%~dp0\..\node-pre-gyp\bin\node-pre-gyp" %*
|
|
) ELSE (
|
|
@SETLOCAL
|
|
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
|
node "%~dp0\..\node-pre-gyp\bin\node-pre-gyp" %*
|
|
) |