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