mirror of
https://github.com/Foundry376/Mailspring.git
synced 2026-03-27 10:53:18 +01:00
6 lines
102 B
Batchfile
6 lines
102 B
Batchfile
@IF EXIST "%~dp0\node.exe" (
|
|
"%~dp0\node.exe" "%~dp0\grunt" %*
|
|
) ELSE (
|
|
node "%~dp0\grunt" %*
|
|
)
|