Merge branch 'main' into ventura-alpha

This commit is contained in:
Mykola Grymalyuk
2022-09-15 21:26:47 -06:00
committed by GitHub
3 changed files with 17 additions and 0 deletions

View File

@@ -505,6 +505,10 @@ class PatchSysVolume:
# .kexts and .apps are deleted and replaced
file_name_str = str(file_name)
if not Path(destination_folder).exists():
print(f" - Skipping {file_name}, cannot locate {source_folder}")
return
if file_name_str.endswith(".framework"):
# merge with rsync
print(f" - Installing: {file_name}")