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

Commit 2a01c44

Browse files
Add sandbox note to release notes
1 parent a1c123b commit 2a01c44

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

docs/release-notes-template.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@
55
- **Windows:** [`Patchwork-Setup-$$VERSION.exe`][exe]
66
- **macOS:** [`Patchwork-$$VERSION.dmg`][dmg]
77
- You must [allow apps from "unidentified" developers](https://support.apple.com/kb/PH25088).
8-
- **Linux:** [`Patchwork-$$VERSION.AppImage`][appimage]
9-
- You must [make it executable](https://docs.appimage.org/user-guide/run-appimages.html): `chmod +x Patchwork-$$VERSION.AppImage`
10-
- You may need to [fix the sandbox](https://github.com/electron/electron/issues/17972): `sudo sysctl kernel.unprivileged_userns_clone=1`
8+
- **Linux:** You may need to [fix the sandbox](https://github.com/ssbc/patchwork/blob/master/docs/INSTALL.md#sandbox)
9+
- **AppImage:** [`Patchwork-$$VERSION.AppImage`][appimage]
10+
- You must [make it executable](https://docs.appimage.org/user-guide/run-appimages.html): `chmod +x Patchwork-$$VERSION.AppImage`
11+
- **Debian:** [`ssb-patchwork_$$VERSION_amd64.deb`][deb]
12+
- **Snapcraft:** [`ssb-patchwork_$$VERSION_amd64.snap`][snap]
13+
- You must install with `snap install --dangerous` because it's unsigned.
1114

1215
## Getting started
1316

@@ -23,6 +26,11 @@ $$CHANGES
2326
2427
:sos: [Need help? Please create an issue!](https://github.com/ssbc/patchwork/issues/new)
2528
29+
[appimage]: https://github.com/ssbc/patchwork/releases/download/v$$VERSION/Patchwork-$$VERSION.AppImage
2630
[dmg]: https://github.com/ssbc/patchwork/releases/download/v$$VERSION/Patchwork-$$VERSION.dmg
31+
[deb]: https://github.com/ssbc/patchwork/releases/download/v$$VERSION/ssb-patchwork_$$VERSION.dmg
32+
[snap]: https://github.com/ssbc/patchwork/releases/download/v$$VERSION/ssb-patchwork_$$VERSION.snap
2733
[exe]: https://github.com/ssbc/patchwork/releases/download/v$$VERSION/Patchwork-Setup-$$VERSION.exe
28-
[appimage]: https://github.com/ssbc/patchwork/releases/download/v$$VERSION/Patchwork-$$VERSION.AppImage
34+
[npm]: https://npmjs.org/
35+
[yarn]: https://yarnpkg.com/en/
36+
[yay]: https://github.com/Jguer/yay

0 commit comments

Comments
 (0)