mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-12 01:17:54 +01:00
Revert "fixup! proton: Sync pfx creation and create a guard file."
This reverts commit 8b45d63375.
This commit is contained in:
parent
8b45d63375
commit
47e39203c7
1 changed files with 1 additions and 1 deletions
2
proton
2
proton
|
|
@ -803,7 +803,7 @@ class CompatData:
|
|||
self.copy_pfx()
|
||||
os.sync()
|
||||
|
||||
with open(self.creation_sync_guard, "w"):
|
||||
with open(self.creation_sync_guard, "x"):
|
||||
pass
|
||||
os.sync()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue