From 0c3d9fa0c543060843514eb2e1c462f92dbbcb72 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Mon, 15 Oct 2018 17:43:00 -0500 Subject: [bug] use the proper binary name for bitmask-systray I missed the '.git' in the source of the snap. --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3