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

Commit 28e8a60

Browse files
Merge pull request #1214 from ssbc/fix-release-notes
Fix release notes
2 parents 5824494 + 385581a commit 28e8a60

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/release-notes-template.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
## Install
44

5-
- **Windows:** [`ssb-patchwork-setup-$$VERSION.exe`][exe]
6-
- **macOS:** [`Patchwork-$$VERSION.dmg`][dmg] (you may need to [allow apps from "unidentified" developers](https://support.apple.com/kb/PH25088))
7-
- **Linux:** [`ssb-patchwork-$$VERSION-x86_64.AppImage`][appimage] (you will need to [make it executable](https://docs.appimage.org/user-guide/run-appimages.html))
5+
- **Windows:** [`Patchwork-Setup-$$VERSION.exe`][exe]
6+
- **macOS:** [`Patchwork-$$VERSION.dmg`][dmg]
7+
- 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`
811

912
## Getting started
1013

@@ -21,5 +24,5 @@ $$CHANGES
2124
:sos: [Need help? Please create an issue!](https://github.com/ssbc/patchwork/issues/new)
2225
2326
[dmg]: https://github.com/ssbc/patchwork/releases/download/v$$VERSION/Patchwork-$$VERSION.dmg
24-
[exe]: https://github.com/ssbc/patchwork/releases/download/v$$VERSION/ssb-patchwork-setup-$$VERSION.exe
25-
[appimage]: https://github.com/ssbc/patchwork/releases/download/v$$VERSION/ssb-patchwork-$$VERSION-x86_64.AppImage
27+
[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

0 commit comments

Comments
 (0)