mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 18:24:09 +03:00
6 lines
102 B
Batchfile
6 lines
102 B
Batchfile
@IF EXIST "%~dp0\node.exe" (
|
|
"%~dp0\node.exe" "%~dp0\build" %*
|
|
) ELSE (
|
|
node "%~dp0\build" %*
|
|
)
|