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