mirror of
https://github.com/ValveSoftware/Proton.git
synced 2026-05-13 03:00:37 -04:00
proton: Don't copy metadata by default
This commit is contained in:
2
proton
2
proton
@@ -108,7 +108,7 @@ def merge_user_dir(src, dst):
|
||||
else:
|
||||
extant_dirs += dst_dir
|
||||
|
||||
def try_copy(src, dst, add_write_perm=True, copy_metadata=True, optional=False):
|
||||
def try_copy(src, dst, add_write_perm=True, copy_metadata=False, optional=False):
|
||||
try:
|
||||
if os.path.isdir(dst):
|
||||
dstfile = dst + "/" + os.path.basename(src)
|
||||
|
||||
Reference in New Issue
Block a user