diff --git a/.gitignore b/.gitignore index 2ca4497..3fae22b 100644 --- a/.gitignore +++ b/.gitignore @@ -46,4 +46,4 @@ android/build/ *.keystore local.properties screen.png -ota/manifest.json +ota/manifest-stable.json diff --git a/ota/gen-manifest.sh b/ota/gen-manifest.sh index c21ec74..bc5d68c 100644 --- a/ota/gen-manifest.sh +++ b/ota/gen-manifest.sh @@ -12,7 +12,7 @@ APK_NAME="v${VERSION_NAME}-dav-android-${VERSION_CODE}-debug.apk" SHA256=$(sha256sum "$APK_PATH" | cut -d' ' -f1) SIZE=$(stat -c%s "$APK_PATH") -cat > ota/manifest.json < ota/manifest-stable.json < ota/manifest.json <