From 486ce47c3999a98df076c371db9573d1ee394fef Mon Sep 17 00:00:00 2001 From: Richard Toth Date: Sun, 6 Sep 2026 11:59:01 +0200 Subject: [PATCH] snapcraft and version number fixes --- snap/snapcraft.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 29be844..0aac537 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,7 +1,8 @@ name: court-pilot +title: Court Pilot base: core22 -version: '1.1.2' +version: '1.1.3' summary: Badminton umpire rotation application @@ -24,6 +25,9 @@ apps: - network - home + environment: + LD_LIBRARY_PATH: $SNAP_DESKTOP_RUNTIME/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH + parts: court-pilot: plugin: dump