Add Building from Source documentation

This commit is contained in:
Mykola Grymalyuk
2021-11-14 19:50:45 -07:00
parent b27007d55c
commit 90cc87702d
4 changed files with 102 additions and 7 deletions

View File

@@ -88,5 +88,5 @@ class OpenCoreLegacyPatcher:
if getattr(sys, "frozen", False) and self.constants.recovery_status is False:
subprocess.run("""osascript -e 'tell application "Terminal" to close first window' & exit""", shell=True)
OpenCoreLegacyPatcher()
if __name__ == '__main__':
OpenCoreLegacyPatcher()