tenebrous-dicebot/api/node_modules/ts-protoc-gen/bin/protoc-gen-ts.cmd

8 lines
167 B
Batchfile

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