Files
OpenCore-Legacy-Patcher/OpenCore-Patcher-GUI.command
2021-12-22 19:29:29 -07:00

6 lines
168 B
Bash
Executable File

#!/usr/bin/env python3
# Copyright (C) 2020-2021, Dhinak G, Mykola Grymalyuk
from resources import main
if __name__ == '__main__':
main.OpenCoreLegacyPatcher(True)