From 8d2fa706347ad80bbdc44e99ee24038e04464932 Mon Sep 17 00:00:00 2001 From: azcx Date: Sun, 5 Mar 2017 20:04:55 +0100 Subject: [PATCH] typo --- Reproducible-Builds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reproducible-Builds.md b/Reproducible-Builds.md index 31a0f5e..918923c 100644 --- a/Reproducible-Builds.md +++ b/Reproducible-Builds.md @@ -15,7 +15,7 @@ $ git checkout v[the version number] $ docker run --rm -v $(pwd):/project -w /project whispersystems/signal-android:0.2 ./gradlew clean assembleRelease # Verify the APKs -$ apkdiff/apkdiff.py build/output/apks/project-release-unsigned.apk path/to/SignalFromPlay.apk +$ apkdiff/apkdiff.py build/outputs/apks/project-release-unsigned.apk path/to/SignalFromPlay.apk ``` Note that the instructions above use a pre-built Signal Docker image from [Docker Hub](https://hub.docker.com/u/whispersystems/). If you wish to compile the image yourself, continue reading the longer version below.