mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-26 14:45:48 +03:00
wrong fix
This commit is contained in:
parent
2865888303
commit
6ded0c7463
2
proton
2
proton
@ -1528,7 +1528,7 @@ if __name__ == "__main__":
|
||||
log("No compat data path?")
|
||||
sys.exit(1)
|
||||
|
||||
g_proton = Proton(os.path.realpath(os.path.dirname(sys.argv[0])))
|
||||
g_proton = Proton(os.path.dirname(os.path.realpath(sys.argv[0])))
|
||||
|
||||
g_proton.cleanup_legacy_dist()
|
||||
g_proton.do_steampipe_fixups()
|
||||
|
Loading…
Reference in New Issue
Block a user