mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-28 17:13:45 +03:00
6 lines
106 B
Batchfile
6 lines
106 B
Batchfile
|
@IF EXIST "%~dp0\node.exe" (
|
||
|
"%~dp0\node.exe" "%~dp0\cibuild" %*
|
||
|
) ELSE (
|
||
|
node "%~dp0\cibuild" %*
|
||
|
)
|