From 9f9d3e909d8f8aa8f41f584076351e38d6604a08 Mon Sep 17 00:00:00 2001 From: David Young Date: Fri, 20 Mar 2026 20:35:41 -0600 Subject: [PATCH] fix find desktop file --- install-compiled.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-compiled.sh b/install-compiled.sh index 188a209..9061426 100755 --- a/install-compiled.sh +++ b/install-compiled.sh @@ -251,6 +251,7 @@ process_conf() { local key="${line%%=*}" local value="${line#*=}" + value=$(eval echo "$value") case "$key" in git) git_url="$value" ;;