mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-06 14:38:05 +01:00
fixup! proton: Sync pfx creation and create a guard file.
This commit is contained in:
parent
a2d61f3bf3
commit
a25739530b
1 changed files with 1 additions and 1 deletions
2
proton
2
proton
|
|
@ -629,7 +629,7 @@ class CompatData:
|
||||||
if int(old_proton_maj) < 7 or (int(old_proton_maj) == 7 and
|
if int(old_proton_maj) < 7 or (int(old_proton_maj) == 7 and
|
||||||
int(old_proton_min) == 0 and
|
int(old_proton_min) == 0 and
|
||||||
int(old_prefix_ver) < 101):
|
int(old_prefix_ver) < 101):
|
||||||
with open(self.creation_sync_guard, "x"):
|
with open(self.creation_sync_guard, "w"):
|
||||||
pass
|
pass
|
||||||
os.sync()
|
os.sync()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue