Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Add sandbox note to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbundy committed Dec 2, 2019
1 parent a1c123b commit 2a01c44
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions docs/release-notes-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@
- **Windows:** [`Patchwork-Setup-$$VERSION.exe`][exe]
- **macOS:** [`Patchwork-$$VERSION.dmg`][dmg]
- You must [allow apps from "unidentified" developers](https://support.apple.com/kb/PH25088).
- **Linux:** [`Patchwork-$$VERSION.AppImage`][appimage]
- You must [make it executable](https://docs.appimage.org/user-guide/run-appimages.html): `chmod +x Patchwork-$$VERSION.AppImage`
- You may need to [fix the sandbox](https://github.com/electron/electron/issues/17972): `sudo sysctl kernel.unprivileged_userns_clone=1`
- **Linux:** You may need to [fix the sandbox](https://github.com/ssbc/patchwork/blob/master/docs/INSTALL.md#sandbox)
- **AppImage:** [`Patchwork-$$VERSION.AppImage`][appimage]
- You must [make it executable](https://docs.appimage.org/user-guide/run-appimages.html): `chmod +x Patchwork-$$VERSION.AppImage`
- **Debian:** [`ssb-patchwork_$$VERSION_amd64.deb`][deb]
- **Snapcraft:** [`ssb-patchwork_$$VERSION_amd64.snap`][snap]
- You must install with `snap install --dangerous` because it's unsigned.

## Getting started

Expand All @@ -23,6 +26,11 @@ $$CHANGES
:sos: [Need help? Please create an issue!](https://github.com/ssbc/patchwork/issues/new)
[appimage]: https://github.com/ssbc/patchwork/releases/download/v$$VERSION/Patchwork-$$VERSION.AppImage
[dmg]: https://github.com/ssbc/patchwork/releases/download/v$$VERSION/Patchwork-$$VERSION.dmg
[deb]: https://github.com/ssbc/patchwork/releases/download/v$$VERSION/ssb-patchwork_$$VERSION.dmg
[snap]: https://github.com/ssbc/patchwork/releases/download/v$$VERSION/ssb-patchwork_$$VERSION.snap
[exe]: https://github.com/ssbc/patchwork/releases/download/v$$VERSION/Patchwork-Setup-$$VERSION.exe
[appimage]: https://github.com/ssbc/patchwork/releases/download/v$$VERSION/Patchwork-$$VERSION.AppImage
[npm]: https://npmjs.org/
[yarn]: https://yarnpkg.com/en/
[yay]: https://github.com/Jguer/yay

0 comments on commit 2a01c44

Please sign in to comment.