Update libretro-buildbot-recipe.sh

This commit is contained in:
Twinaphex 2019-08-27 02:13:22 +02:00 committed by GitHub
parent 2771a1803a
commit cbc0fdbf71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1057,9 +1057,6 @@ if [ "${PLATFORM}" = "android" ] && [ "${RA}" = "YES" ]; then
cd pkg/android/phoenix$PKG_EXTRA
git reset --hard
if [ "${RELEASE}" == "NO" ]; then
python ./version_increment.py
fi
./gradlew clean assembleRelease | tee -a "$LOGFILE"
cp -r build/outputs/apk/normal/release/phoenix-normal-release.apk $RARCH_DIR/retroarch-release.apk | tee -a "$LOGFILE"
cp -r build/outputs/apk/normal/release/phoenix-normal-release.apk $RARCH_DIR/retroarch-release.apk