summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2018-10-15 17:43:00 -0500
committerRuben Pollan <meskio@sindominio.net>2018-10-15 17:43:00 -0500
commit0c3d9fa0c543060843514eb2e1c462f92dbbcb72 (patch)
tree979c8adf97fb95e8f1abedc2b0f09fd12ed8048e
parent0b143bb883cf710a6c64c4409a2152eadfa32c5d (diff)
[bug] use the proper binary name for bitmask-systray
I missed the '.git' in the source of the snap.
-rw-r--r--snap/snapcraft.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index d531a2f..7c259db 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -62,7 +62,7 @@ parts:
apps:
launcher:
- command: ./bin/bitmask-systray
+ command: ./bin/bitmask-systray.git
environment:
LD_LIBRARY_PATH: "$SNAP/usr/lib/$(gcc -print-multiarch):$SNAP/lib/$(gcc -print-multiarch):$LD_LIBRARY_PATH"
openvpn: