From 6ded0c7463327bdfc7fbfd8e4e4142adc266f9ba Mon Sep 17 00:00:00 2001 From: nedilmark Date: Sun, 9 Jun 2024 00:52:02 +0800 Subject: [PATCH] wrong fix --- proton | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proton b/proton index 3a0586f4..4b3a49b1 100755 --- a/proton +++ b/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()