hino / corberbuild.bat
corberbuild.bat
Raw
cd config
del environment.js
copy environment.cordova.js environment.js
cd ..
corber build --platform=android --environment=production --release
if ERRORLEVEL 1 GOTO HASERR
GOTO NOERR
:HASERR
echo Notes those error. Press any key to start build APK
pause
buildapk.bat
GOTO DONE

:NOERR
buildapk.bat

:DONE