mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 15:12:51 +08:00
Fixing CB-1467
This commit is contained in:
parent
5c60b09bf4
commit
8134f86d1f
@ -4,7 +4,7 @@ FOR %%X in (java.exe ant.bat android.bat) do (
|
|||||||
SET FOUND=%%~$PATH:X
|
SET FOUND=%%~$PATH:X
|
||||||
IF NOT DEFINED FOUND GOTO MISSING
|
IF NOT DEFINED FOUND GOTO MISSING
|
||||||
)
|
)
|
||||||
cscript %~dp0\create.js %*
|
cscript "%~dp0\create.js" %*
|
||||||
GOTO END
|
GOTO END
|
||||||
:MISSING
|
:MISSING
|
||||||
ECHO Missing one of the following:
|
ECHO Missing one of the following:
|
||||||
|
Loading…
Reference in New Issue
Block a user