mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-27 07:05:46 +03:00
proton: Invalidate Ubisoft Launcher installation after deleting regsitry.
CW-Bug-Id: #23953
This commit is contained in:
parent
29ab2d9890
commit
548fa64343
3
proton
3
proton
@ -537,6 +537,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":
|
||||
|
Loading…
Reference in New Issue
Block a user