From 723372f7cffa6bb1b7c39d64ab2a6daf6f8dad8b Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 2 Oct 2022 15:13:34 -0700 Subject: [PATCH] Fix command paths in snapcraft --- snap/snapcraft.yaml | 4 ++-- 1 file 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