Files
OpenCore-Legacy-Patcher/OpenCore-Patcher-GUI.command
2024-03-31 21:27:36 -06:00

9 lines
135 B
Bash
Executable File

#!/usr/bin/env python3
"""
PyInstaller Entry Point
"""
from opencore_legacy_patcher import main
if __name__ == '__main__':
main()