mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-27 15:57:10 -04:00
Fix command paths in snapcraft
This commit is contained in:
parent
3d38524cb3
commit
723372f7cf
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue