From 454c6af9d45a537d1c4f3d0ec1d3e374f6a07002 Mon Sep 17 00:00:00 2001 From: Gabor Bata Date: Mon, 2 Oct 2023 16:29:26 +0200 Subject: [PATCH] Add executable flag for jpass.sh on install --- src/main/dist/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/dist/install.sh b/src/main/dist/install.sh index 7590b2e..56184f4 100644 --- a/src/main/dist/install.sh +++ b/src/main/dist/install.sh @@ -42,6 +42,7 @@ fi mkdir -p "/opt/jpass" cp -R "$JPASS_PATH" "/opt/jpass" +chmod +x "/opt/jpass/jpass.sh" echo "Add JPass desktop entry..." if [ ! -d "/usr/share/applications" ]; then