mirror of
https://github.com/RealityNet/kobackupdec.git
synced 2025-04-06 04:00:08 +08:00
Do not create R/O directories
This commit is contained in:
parent
d55d218c3c
commit
b04725903c
@ -560,8 +560,6 @@ def main(password, backup_path_in, dest_path_out):
|
||||
unk_files.remove(entry)
|
||||
|
||||
all_dest_files = dest_path_out.glob('**/*')
|
||||
for entry in all_dest_files:
|
||||
os.chmod(entry, 0o444)
|
||||
|
||||
for entry in apk_files:
|
||||
logging.warning('APK file not handled: %s', entry.name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user