From 035781d7c8f40aba3e830a75bb6ca636098a1e9d Mon Sep 17 00:00:00 2001 From: Russell Martin Date: Sat, 1 Apr 2023 17:22:01 -0400 Subject: [PATCH] Normalize APPDIR to absolute path --- linuxdeploy-plugin-gtk.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/linuxdeploy-plugin-gtk.sh b/linuxdeploy-plugin-gtk.sh index c506690..612f902 100755 --- a/linuxdeploy-plugin-gtk.sh +++ b/linuxdeploy-plugin-gtk.sh @@ -149,6 +149,7 @@ if [ "$APPDIR" == "" ]; then exit 1 fi +APPDIR="$(realpath "$APPDIR")" mkdir -p "$APPDIR" if command -v pkgconf > /dev/null; then