Browse Source

Merge pull request #3106 from element-hq/feature/bma/fixRelease

Fix F-Droid reproducible build.
pull/3107/head
Benoit Marty 3 months ago committed by GitHub
parent
commit
ed00ed4811
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      tools/release/release.sh

1
tools/release/release.sh

@ -213,6 +213,7 @@ printf "Patching the FDroid APKs using inplace-fix.py...\n" @@ -213,6 +213,7 @@ printf "Patching the FDroid APKs using inplace-fix.py...\n"
inplaceFixScript="./tmp/inplace-fix.py"
curl -s https://raw.githubusercontent.com/obfusk/reproducible-apk-tools/master/inplace-fix.py --output "${inplaceFixScript}"
curl -s https://raw.githubusercontent.com/obfusk/reproducible-apk-tools/master/fix-pg-map-id.py --output "./tmp/fix-pg-map-id.py"
python3 "${inplaceFixScript}" --page-size 16 fix-pg-map-id "${fdroidTargetPath}"/app-fdroid-arm64-v8a-release.apk '0000000'
python3 "${inplaceFixScript}" --page-size 16 fix-pg-map-id "${fdroidTargetPath}"/app-fdroid-armeabi-v7a-release.apk '0000000'

Loading…
Cancel
Save