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

7 lines
200 B
Batchfile

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