Mailspring/packages/nylas-mail/script/grunt.cmd
2017-02-16 13:15:10 -08:00

5 lines
102 B
Batchfile

@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\grunt" %*
) ELSE (
node "%~dp0\grunt" %*
)