aboutsummaryrefslogtreecommitdiff
path: root/snap
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-10-02 15:13:34 -0700
committerMicah Lee <micah@micahflee.com>2022-10-02 15:13:34 -0700
commitf755eeff16dc2253f2b6a0502a8086370ceb0b66 (patch)
tree73f9fd4584da8f993875488b537e86ab150092c9 /snap
parentdb089d7816d6a6c890929a2885a679b5b58bf0fe (diff)
downloadonionshare-f755eeff16dc2253f2b6a0502a8086370ceb0b66.tar.gz
onionshare-f755eeff16dc2253f2b6a0502a8086370ceb0b66.zip
Fix command paths in snapcraft
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index cca7fcfc..f84bf53b 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -19,7 +19,7 @@ architectures:
apps:
onionshare:
common-id: org.onionshare.OnionShare
- command: onionshare
+ command: bin/onionshare
extensions: [gnome-3-38]
plugs:
- desktop
@@ -32,7 +32,7 @@ apps:
cli:
common-id: org.onionshare.OnionShareCli
- command: onionshare-cli
+ command: bin/onionshare-cli
plugs:
- home
- network