Fixes to the Slay the Spire installer.

This commit is contained in:
Storm Dragon 2024-12-29 12:02:44 -05:00
parent c70c50255f
commit a624691b0d

View File

@ -54,5 +54,3 @@ for x in "${!mods[@]}" ; do
ln -sr "$HOME/.local/games/SlayTheSpire/steamapps/workshop/content/$appId/${mods[$x]}"/* "$HOME/.local/games/SlayTheSpire/mods/"
fi
done
launcherPath="$(readlink -f "$0")"
launcherPath="${launcherPath%/*}"