force removal so we don't get warned when it doesn't exist.

This commit is contained in:
Tom Hennen 2015-12-02 17:47:37 -05:00
parent a9de8a3c19
commit 397a6fde7c
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ VERSION_NAME=$1
# need to get rid of this so that it gets regenerated
# probably a way to solve this in Gradle too...
rm app/src/main/assets/about.html
rm -f app/src/main/assets/about.html
./gradlew clean assembleDebug assembleRelease
cp app/build/outputs/apk/app-debug.apk $DEST/AntennaPod_${VERSION_NAME}_debug.apk
cp app/build/outputs/apk/app-release.apk $DEST/AntennaPod_${VERSION_NAME}_release.apk