1
0
mirror of https://gitea.com/actions/setup-java.git synced 2025-05-15 20:26:54 +08:00

7 lines
168 B
Batchfile
Raw Normal View History

2019-07-10 10:54:25 -04:00
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\uuid\bin\uuid" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\uuid\bin\uuid" %*
)