From 30935bd5837aa3757dcd81cf1bdf02ffb49f1e56 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 1 Aug 2023 12:57:34 -0400 Subject: [PATCH] A tiny bit more work on the Slay the Spire installer. --- linux-game-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-game-manager.sh b/linux-game-manager.sh index 8e79f3d..6680192 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -704,7 +704,7 @@ case "${game}" in read -er steamUser echo "Please enter Steam password:" read -er steamPass - steamcmd +@sSteamCmdForcePlatformType windows +login "$steamUser" "$steamPass" +force_install_dir "${HOME}/.local/games/SlayTheSpire" +app_update "$appId" +quit + steamcmd +@sSteamCmdForcePlatformType linux +login "$steamUser" "$steamPass" +force_install_dir "${HOME}/.local/games/SlayTheSpire" +app_update "$appId" +quit else DISPLAY="" find ~/Downloads -maxdepth 1 -type f -name './slay_the_spire_2020_12_15_8735c9fe3cc2280b76aa3ec47c953352a7df1f65_43444.sh' -exec bash "{}" \; ||