signalapp / Signal-Desktop

A private messenger for Windows, macOS, and Linux.
https://signal.org/download
GNU Affero General Public License v3.0
14.69k stars 2.68k forks source link

update chmod command #7008

Open crd477 opened 2 months ago

crd477 commented 2 months ago

First time contributor checklist:

Contributor checklist:

Description

There is a small error in the instructions for reproducible builds. The chmod instructions include the public tag meant for the ./build.sh command in the next step, but public is not a file or directory:

$ chmod +x ./build.sh public
chmod: cannot access 'public': No such file or directory
ayumi-signal commented 2 months ago

Thanks for catching this and submitting a fix! We've merged it internally and it will be available with the next beta release.