mirror of
https://github.com/ValveSoftware/Proton.git
synced 2026-04-20 03:01:58 -04:00
Revert "proton: Use $USER instead of "steamuser""
This reverts commit 935875ceab.
This commit is contained in:
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
Submodule wine updated: e8b512a039...c31fff3533
Reference in New Issue
Block a user