Merge branch 'master' of git.stormux.org:storm/linux-game-manager

This commit is contained in:
Storm Dragon 2024-12-29 21:26:32 -05:00
commit c556aa73ee

View File

@ -25,7 +25,7 @@ else
# GOG Installation # GOG Installation
get_installer "$gogFileName" "https://www.gog.com/en/game/slay_the_spire" get_installer "$gogFileName" "https://www.gog.com/en/game/slay_the_spire"
DISPLAY="" find ~/Downloads -maxdepth 1 -type f -name "$gogFileName" -exec bash "{}" \; || 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 if [[ $? -eq 0 ]]; then
ln -sf "${HOME}/GOG Games/Slay the Spire/game" "${installPath}/SlayTheSpire" || ln -sf "${HOME}/GOG Games/Slay the Spire/game" "${installPath}/SlayTheSpire" ||
{ dialog --backtitle "Linux Game Manager" \ { dialog --backtitle "Linux Game Manager" \