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