1
0
mirror of https://github.com/Azure/setup-helm.git synced 2026-07-06 08:21:37 +00:00
Files
2019-10-22 15:25:04 +05:30

7 lines
182 B
Batchfile

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