Signal-Desktop
Signal-Desktop copied to clipboard
update chmod command
First time contributor checklist:
- [x] I have read the README and Contributor Guidelines
- [x] I have signed the Contributor Licence Agreement
Contributor checklist:
- [x] My contribution is not related to translations.
- [x] My commits are in nice logical chunks with good commit messages
- [x] My changes are rebased on the latest
mainbranch - [x] A
npm run readyrun passes successfully (more about tests here) - [x] My changes are ready to be shipped to users
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
Thanks for catching this and submitting a fix! We've merged it internally and it will be available with the next beta release.
So this PR can be closed ?
Yes, it's been merged now. Thanks for the reminder!