From f118b004fdefcd4745fd8c653f903935fac83f4a Mon Sep 17 00:00:00 2001 From: probonopd <probonopd@users.noreply.github.com> Date: Sun, 30 Oct 2016 18:27:39 +0100 Subject: [PATCH] Update desktopintegration --- xdgurl.AppDir/desktopintegration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdgurl.AppDir/desktopintegration b/xdgurl.AppDir/desktopintegration index 020c8e6..0f9ba87 100644 --- a/xdgurl.AppDir/desktopintegration +++ b/xdgurl.AppDir/desktopintegration @@ -104,7 +104,7 @@ check_dep() fi } -DIRNAME=$(dirname $FILENAME) +DIRNAME="$APPDIR" # Check whether dependencies are present in base system (we do not bundle these) # http://cgit.freedesktop.org/xdg/desktop-file-utils/ -- GitLab