From ebc62b0b1bbdae5bd90784f30c28df81480e703b Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Thu, 15 Jan 2026 04:30:44 +0900 Subject: [PATCH] fix: steam deck compatible source path expansion --- dzgui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dzgui.sh b/dzgui.sh index ab6b1c5..49787c8 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -o pipefail -src_path=$(realpath "$0") +src_path="$(readlink -e "$0")" version=6.0.0