Fix symlinking proton script

This commit is contained in:
nedilmark 2024-05-18 14:37:01 +08:00
parent 85c21a159c
commit 2865888303

2
proton
View File

@ -1528,7 +1528,7 @@ if __name__ == "__main__":
log("No compat data path?")
sys.exit(1)
g_proton = Proton(os.path.dirname(sys.argv[0]))
g_proton = Proton(os.path.realpath(os.path.dirname(sys.argv[0])))
g_proton.cleanup_legacy_dist()
g_proton.do_steampipe_fixups()