fix find desktop file

This commit is contained in:
David Young
2026-03-20 20:35:41 -06:00
parent 78f84ecab7
commit 9f9d3e909d

View File

@@ -251,6 +251,7 @@ process_conf() {
local key="${line%%=*}"
local value="${line#*=}"
value=$(eval echo "$value")
case "$key" in
git) git_url="$value" ;;