diff --git a/linux-game-manager.sh b/linux-game-manager.sh index 3c5a4f9..65ee71d 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -740,7 +740,7 @@ case "${game}" in installString="$installString +workshop_download_item $appId $x" done steamcmd +@sSteamCmdForcePlatformType linux +force_install_dir "${HOME}/.local/games/SlayTheSpire/" +login anonymous $installString +quit - mkdir "$HOME/.local/games/SlayTheSpire/mods" + mkdir -p "$HOME/.local/games/SlayTheSpire/mods" for x in "${!mods[@]}" ; do if [ "$x" == "mod the spire" ] ; then ln -sr "$HOME/.local/games/SlayTheSpire/steamapps/workshop/content/$appId/${mods[$x]}"/* "$HOME/.local/games/SlayTheSpire/"