Skip to content

Commit

Permalink
BUILD: appimage - hide output in appimage script that fixes the qw ur…
Browse files Browse the repository at this point in the history
…l handler file
  • Loading branch information
ciscon committed Mar 20, 2024
1 parent 01fdca1 commit 2caabad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/appimage/appimage-manual_creation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ fi
exitstatus=$?
if [ $exitstatus -eq 0 ];then
#fix qwurl association if set for appimage
grep -q "^Exec=/tmp/.mount_" "${HOME}/.local/share/applications/qw-url-handler.desktop" && \
grep -q "^Exec=/tmp/.mount_" "${HOME}/.local/share/applications/qw-url-handler.desktop" >/dev/null 2>&1 && \
sed -i "s|^Exec=.*|Exec=${APPIMAGE} +qwurl %u|g" "${HOME}/.local/share/applications/qw-url-handler.desktop"
fi
exit $exitstatus
Expand Down

0 comments on commit 2caabad

Please sign in to comment.