From 27fac7e0073138beda53e11a26020de2395ecef6 Mon Sep 17 00:00:00 2001 From: Michael Taboada Date: Sun, 29 Dec 2024 12:27:34 -0800 Subject: [PATCH] Fix second check for gog installer in other location. --- .install/Slay the Spire.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.install/Slay the Spire.sh b/.install/Slay the Spire.sh index c132d3b..e0ff10c 100644 --- a/.install/Slay the Spire.sh +++ b/.install/Slay the Spire.sh @@ -25,7 +25,7 @@ else # GOG Installation get_installer "$gogFileName" "https://www.gog.com/en/game/slay_the_spire" DISPLAY="" find ~/Downloads -maxdepth 1 -type f -name "$gogFileName" -exec bash "{}" \; || - find ~/Desktop -maxdepth 1 -type f -name "$gogFileName" -exec bash "{}" \; + DISPLAY="" find ~/Desktop -maxdepth 1 -type f -name "$gogFileName" -exec bash "{}" \; if [[ $? -eq 0 ]]; then ln -sf "${HOME}/GOG Games/Slay the Spire/game" "${installPath}/SlayTheSpire" || { dialog --backtitle "Linux Game Manager" \