aboutsummaryrefslogtreecommitdiff
path: root/RELEASE.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-08-20 14:13:44 -0700
committerMicah Lee <micah@micahflee.com>2021-08-20 14:13:44 -0700
commit02254b13bb4818745193092f2144fd83726d79e7 (patch)
treec6eb66c340c34b45bac5525350c5eb5c43fe33a6 /RELEASE.md
parent675c8cbe57f77dcd3e8f7d3aadca5b54a00eeb2f (diff)
downloadonionshare-02254b13bb4818745193092f2144fd83726d79e7.tar.gz
onionshare-02254b13bb4818745193092f2144fd83726d79e7.zip
Update release instructions to include making a flatpak bundle
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 1b426b5d..3409cf5c 100644
--- a/RELEASE.md
+++ b/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