blob: bf4492bcb98ffecbfe7031faf42265afa90f3b06 [file] [log] [blame]
@ECHO OFF
SET full_path=%~dp0
IF EXIST %full_path%target-list.js (
cscript "%full_path%target-list.js" %* --devices //nologo
) ELSE (
ECHO.
ECHO ERROR: Could not find 'target-list.js' in cordova/lib, aborting...>&2
EXIT /B 1
)