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