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.