From 62972d9ae4fef7d9b4882b0c05da918bbd406077 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Mon, 23 Nov 2020 21:20:29 -0800 Subject: [PATCH] Update snapcraft release docs --- RELEASE.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index f3550bf2..52219e32 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -106,14 +106,21 @@ snapcraft snap install --devmode ./onionshare_$VERSION_amd64.snap ``` -Run the OnionShare snap: +This will create `onionshare_$VERSION_amd64.snap`. + +Run the OnionShare snap locally: ```sh -/snap/bin/onionshare # GUI version +/snap/bin/onionshare # desktop version /snap/bin/onionshare.cli # CLI version ``` -This will create `onionshare_$VERSION_amd64.snap`. +Upload the to Snapcraft: + +```sh +snapcraft login +snapcraft upload --release=stable onionshare_$VERSION_amd64.snap +``` ## Linux AppImage release