diff --git a/reproducible-builds/README.md b/reproducible-builds/README.md index 1c7b126c61..1dbdd4eb4e 100644 --- a/reproducible-builds/README.md +++ b/reproducible-builds/README.md @@ -109,4 +109,6 @@ $ sha256sum ../release/signal-desktop_7.45.0_amd64-OUR_BUILD.deb signal-desktop_ ### What to do if the checksums don't match - Double check you have followed the instructions correctly and are comparing the right versions. +- Are you working from a previous checkout of Signal-Desktop? Some generated files might be inadvertently included in the build. Try to delete them before building: + - `rm -rf bundles` - File an issue [on the Github Issues page](https://github.com/signalapp/Signal-Desktop/issues).