Fix SysPatch.py rebuild arg

This commit is contained in:
Mykola Grymalyuk
2021-05-12 12:53:28 -06:00
parent f8c39e957e
commit d42d2d09e9
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -212,6 +212,7 @@ class PatchSysVolume:
if self.model in ["iMac7,1", "iMac8,1"]:
print("- Fixing Volume Control Support")
self.add_new_binaries(ModelArray.AddVolumeControl, self.constants.audio_path)
rebuild_required = True
if rebuild_required is True:
self.rebuild_snapshot()