mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-13 23:28:16 +03:00
Revert "proton: Use $USER instead of "steamuser""
This reverts commit 935875ceabaa89974448207b5a74c7770d9d7d45.
This commit is contained in:
parent
935875ceab
commit
dea40ea0a8
4
proton
4
proton
@ -251,10 +251,10 @@ with prefix_lock:
|
||||
except:
|
||||
pass
|
||||
|
||||
makedirs(prefix + "/drive_c/users/" + os.environ["USER"] + "/Local Settings/Application Data/openvr")
|
||||
makedirs(prefix + "/drive_c/users/steamuser/Local Settings/Application Data/openvr")
|
||||
|
||||
#remove existing file
|
||||
vrpaths_name = prefix + "/drive_c/users/" + os.environ["USER"] + "/Local Settings/Application Data/openvr/openvrpaths.vrpath"
|
||||
vrpaths_name = prefix + "/drive_c/users/steamuser/Local Settings/Application Data/openvr/openvrpaths.vrpath"
|
||||
if os.path.exists(vrpaths_name):
|
||||
os.remove(vrpaths_name)
|
||||
|
||||
|
2
wine
2
wine
@ -1 +1 @@
|
||||
Subproject commit e8b512a03970dab49d53e5b95ee9f9d3218a2d65
|
||||
Subproject commit c31fff3533fe8d9285a7f971108ae2b7adfa6deb
|
Loading…
x
Reference in New Issue
Block a user