Fix command paths in snapcraft

This commit is contained in:
Micah Lee 2022-10-02 15:13:34 -07:00
parent 3d38524cb3
commit 723372f7cf

View file

@ -19,7 +19,7 @@ architectures:
apps: apps:
onionshare: onionshare:
common-id: org.onionshare.OnionShare common-id: org.onionshare.OnionShare
command: onionshare command: bin/onionshare
extensions: [gnome-3-38] extensions: [gnome-3-38]
plugs: plugs:
- desktop - desktop
@ -32,7 +32,7 @@ apps:
cli: cli:
common-id: org.onionshare.OnionShareCli common-id: org.onionshare.OnionShareCli
command: onionshare-cli command: bin/onionshare-cli
plugs: plugs:
- home - home
- network - network