Last active
March 22, 2019 10:52
-
-
Save lukateras/725386e28fe276c80752cdeaca298602 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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