aboutsummaryrefslogtreecommitdiff
path: root/desktop/README.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-11-03 19:37:05 -0800
committerMicah Lee <micah@micahflee.com>2020-11-03 19:37:05 -0800
commit3cef5c1679019f70458557d29c4b26d00e969e96 (patch)
treef17f13a50adf8367cc1c2d55da7ed49e0b67ae9d /desktop/README.md
parente34fd0f3e252da72f5381425115532942cf46783 (diff)
parent8ad8413454923c34bd05faa8c3f8c5b59793a4c4 (diff)
downloadonionshare-3cef5c1679019f70458557d29c4b26d00e969e96.tar.gz
onionshare-3cef5c1679019f70458557d29c4b26d00e969e96.zip
Merge branch '1111_snap' into briefcase-snap
Diffstat (limited to 'desktop/README.md')
-rw-r--r--desktop/README.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/desktop/README.md b/desktop/README.md
index cf3c4113..7d816b16 100644
--- a/desktop/README.md
+++ b/desktop/README.md
@@ -95,6 +95,40 @@ xvfb-run ./tests/run.sh
## Making a release
+### Flatpak packaging
+
+See: https://github.com/micahflee/org.onionshare.OnionShare
+
+### Snapcraft packaging
+
+This folder contains files to build a [snap package](https://snapcraft.io/). First make sure you install `snap` and `snapcraft` (`snap install snapcraft --classic`).
+
+To build the snap, cd to the `onionshare` folder and run:
+
+```sh
+snapcraft
+snap install --devmode ./onionshare_*.snap
+```
+
+See your installed snaps:
+
+```sh
+snap list
+```
+
+Run the OnionShare snap:
+
+```sh
+/snap/bin/onionshare # CLI version
+/snap/bin/onionshare.onionshare-gui # GUI version
+```
+
+Delete the OnionShare snap:
+
+```sh
+snap remove onionshare
+```
+
### Linux
Build a wheel package for OnionShare CLI: