mirror of
https://github.com/atom/atom.git
synced 2026-01-12 16:38:20 -05: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" %*
|
|
)
|