mirror of
https://github.com/ValveSoftware/Proton.git
synced 2026-04-20 03:01:58 -04: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