mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-22 20:51:27 -05:00
Update release instructions to include making a flatpak bundle
This commit is contained in:
parent
675c8cbe57
commit
02254b13bb
12
RELEASE.md
12
RELEASE.md
@ -180,7 +180,7 @@ After following all of the previous steps, gather these files:
|
||||
Create a PGP signature for each of these files, e.g:
|
||||
|
||||
```sh
|
||||
gpg -a --detach-sign OnionShare-$VERSION.flatpak
|
||||
gpg -a --detach-sign OnionShare-$VERSION.tar.gz
|
||||
gpg -a --detach-sign [... and so on]
|
||||
```
|
||||
|
||||
@ -241,9 +241,17 @@ flatpak run org.onionshare.OnionShare
|
||||
Create a [single-file bundle](https://docs.flatpak.org/en/latest/single-file-bundles.html):
|
||||
|
||||
```sh
|
||||
flatpak build-bundle ~/repositories/apps dist/OnionShare-$VERSION.flatpak org.onionshare.OnionShare --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo
|
||||
flatpak build-bundle ~/.local/share/flatpak/repo OnionShare-$VERSION.flatpak org.onionshare.OnionShare --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo
|
||||
```
|
||||
|
||||
Create a PGP signature for the flatpak single-file bundle:
|
||||
|
||||
```sh
|
||||
gpg -a --detach-sign OnionShare-$VERSION.flatpak
|
||||
```
|
||||
|
||||
Upload this `.flatpak` and its sig to the GitHub release as well.
|
||||
|
||||
### Update Homebrew
|
||||
|
||||
- Make a PR to [homebrew-cask](https://github.com/homebrew/homebrew-cask) to update the macOS version
|
||||
|
Loading…
Reference in New Issue
Block a user