force removal so we don't get warned when it doesn't exist.
This commit is contained in:
parent
a9de8a3c19
commit
397a6fde7c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue