diff --git a/linux-game-manager.sh b/linux-game-manager.sh index 4a77a72..3c5a4f9 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -745,7 +745,7 @@ case "${game}" in if [ "$x" == "mod the spire" ] ; then ln -sr "$HOME/.local/games/SlayTheSpire/steamapps/workshop/content/$appId/${mods[$x]}"/* "$HOME/.local/games/SlayTheSpire/" else - ln -sr "$HOME/.local/games/SlayTheSpire/steamapps/workshop/content/$appId/${mods[$x]}"/* "$HOME/.local/games/SlayTheSpires/mods/" + ln -sr "$HOME/.local/games/SlayTheSpire/steamapps/workshop/content/$appId/${mods[$x]}"/* "$HOME/.local/games/SlayTheSpire/mods/" fi done launcherPath="$(readlink -f "$0")"