Files
dndmaster/backend/node_modules/.bin/node-gyp.cmd
T
Marces Zastrow dab55442be ++
Added already existing code for further development
2024-12-18 10:59:28 +01:00

7 lines
190 B
Batchfile

@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\node-gyp\bin\node-gyp.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\node-gyp\bin\node-gyp.js" %*
)