Skip to content

Instantly share code, notes, and snippets.

@lukateras
Last active March 22, 2019 10:52
Show Gist options
  • Save lukateras/725386e28fe276c80752cdeaca298602 to your computer and use it in GitHub Desktop.
Save lukateras/725386e28fe276c80752cdeaca298602 to your computer and use it in GitHub Desktop.
#!/bin/sh
STEAM_PATH=$HOME/.steam/debian-installation
cd "$STEAM_PATH/steamapps/common/Divinity Original Sin 2"
rm -r bin
ln -s DefEd/bin .
rm bin/SupportTool.exe
ln -s EoCApp.exe bin/SupportTool.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment