mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-01 02:12:58 +08:00
7 lines
174 B
Batchfile
7 lines
174 B
Batchfile
|
@IF EXIST "%~dp0\node.exe" (
|
||
|
"%~dp0\node.exe" "%~dp0\..\shelljs\bin\shjs" %*
|
||
|
) ELSE (
|
||
|
@SETLOCAL
|
||
|
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||
|
node "%~dp0\..\shelljs\bin\shjs" %*
|
||
|
)
|