mirror of
https://github.com/actions/setup-python.git
synced 2025-06-18 18:27:14 +02:00
Consume toolkit from npmjs (#12)
This commit is contained in:
12
node_modules/.bin/uuid.cmd
generated
vendored
12
node_modules/.bin/uuid.cmd
generated
vendored
@ -1,7 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\uuid\bin\uuid" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\uuid\bin\uuid" %*
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\uuid\bin\uuid" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\uuid\bin\uuid" %*
|
||||
)
|
Reference in New Issue
Block a user