Files
github-action-setup-xmake/node_modules/.bin/semver.cmd
T
OpportunityLiu 81726402f6 use ls-remote
2020-03-20 20:36:16 +08:00

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" %*
)