From 96e08662b06f53eac3910fa6f2f1bc833731fe70 Mon Sep 17 00:00:00 2001 From: Paul Gofman Date: Fri, 19 Jul 2024 15:37:09 -0600 Subject: [PATCH] proton: Invalidate Ubisoft Launcher installation after deleting regsitry. CW-Bug-Id: #23953 --- proton | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proton b/proton index c7bff364..42d57956 100755 --- a/proton +++ b/proton @@ -535,6 +535,9 @@ class CompatData: #proton 3.7 did not generate tracked_files, so copy it into place first try_copy(g_proton.path("proton_3.7_tracked_files"), self.tracked_files_file) self.remove_tracked_files() + path = self.prefix_dir + "/drive_c/Program Files (x86)/Ubisoft/Ubisoft Game Launcher/version.txt" + if file_exists(path, follow_symlinks=False) and os.path.isfile(path): + os.remove(path) return if old_proton_ver == "3.7" and old_prefix_ver == "1":