lanan-repair/node_modules/.bin/semver.cmd

7 lines
182 B
Batchfile
Raw Normal View History

2024-09-27 20:58:56 +08:00
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\semver\bin\semver.js" %*
2024-09-24 21:20:37 +08:00
) ELSE (
2024-09-27 20:58:56 +08:00
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\semver\bin\semver.js" %*
)