mirror of
https://github.com/ValveSoftware/Proton
synced 2025-08-31 06:35:23 +00:00
proton: Use root symlink instead of steam
Apparently Ubuntu mucks with Steam's internal file structure and screws up the steam symlink. The root one isn't messed with, so we can use that instead.
This commit is contained in:
2
proton
2
proton
@@ -98,7 +98,7 @@ if not os.path.isdir(prefix):
|
||||
shutil.copytree(basedir + "/dist/share/default_pfx", prefix, symlinks=True)
|
||||
|
||||
#copy steam files into place
|
||||
steamdir = env["HOME"] + "/.steam/steam/legacycompat/"
|
||||
steamdir = env["HOME"] + "/.steam/root/legacycompat/"
|
||||
dst = prefix + "/drive_c/Program Files (x86)/"
|
||||
makedirs(dst + "Steam")
|
||||
filestocopy = ["steamclient.dll",
|
||||
|
Reference in New Issue
Block a user