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