NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/.bin/geostitch.cmd
2023-09-14 14:47:11 +08:00

7 lines
204 B
Batchfile

@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\d3-geo-projection\bin\geostitch" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\d3-geo-projection\bin\geostitch" %*
)