From 02254b13bb4818745193092f2144fd83726d79e7 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Fri, 20 Aug 2021 14:13:44 -0700 Subject: [PATCH] Update release instructions to include making a flatpak bundle --- RELEASE.md | 12 ++++++++++-- 1 file 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