From dda51bf36743be165517bb0cb1e45d02c4381221 Mon Sep 17 00:00:00 2001 From: Jonah Beckford <71855677+jonahbeckford@users.noreply.github.com> Date: Tue, 24 Nov 2020 13:33:55 -0800 Subject: [PATCH] Complete update of reproducible build instructions --- reproducible-builds/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reproducible-builds/README.md b/reproducible-builds/README.md index 4987120e74..f6468e8bb1 100644 --- a/reproducible-builds/README.md +++ b/reproducible-builds/README.md @@ -195,7 +195,7 @@ cd ~/reproducible-signal/signal-source To build with the docker image you just built (`signal-android`), run: ``` -docker run --rm -v $(pwd):/project -w /project signal-android ./gradlew clean assemblePlayRelease +docker run --rm -v $(pwd):/project -w /project signal-android ./gradlew clean assemblePlayProdRelease ``` This will take a few minutes :sleeping: @@ -221,7 +221,7 @@ And run the diff script to compare (updating the filenames for your specific ver ```bash python3 reproducible-builds/apkdiff/apkdiff.py \ - build/outputs/apk/play/release/*play-$abi-release-unsigned*.apk \ + app/build/outputs/apk/playProd/release/*play-prod-$abi-release-unsigned*.apk \ ../apk-from-google-play-store/Signal-5.0.0.apk ```