Files
github-action-setup-xmake/node_modules/.bin/semver.cmd
T
OpportunityLiu b54ee46fac Add tests
2020-03-31 18:38:26 +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" %*
)