mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-01-13 09:29:38 -06:00
9 lines
135 B
Bash
Executable File
9 lines
135 B
Bash
Executable File
#!/usr/bin/env python3
|
|
"""
|
|
PyInstaller Entry Point
|
|
"""
|
|
|
|
from opencore_legacy_patcher import main
|
|
|
|
if __name__ == '__main__':
|
|
main() |