Restructure into package format

This commit is contained in:
Mykola Grymalyuk
2024-03-31 21:27:36 -06:00
parent d02d89b9c0
commit 463bed4e06
81 changed files with 881 additions and 464 deletions

View File

@@ -1,6 +1,9 @@
#!/usr/bin/env python3
# Copyright (C) 2020-2022, Dhinak G, Mykola Grymalyuk
from resources import main
"""
PyInstaller Entry Point
"""
from opencore_legacy_patcher import main
if __name__ == '__main__':
main.OpenCoreLegacyPatcher()
main()