Package as .app

This commit is contained in:
Dhinak G
2021-03-02 00:01:06 -05:00
parent 7b0321be65
commit 8271db0d26
5 changed files with 29 additions and 5 deletions
+7
View File
@@ -30,3 +30,10 @@ exe = EXE(pyz,
upx_exclude=[],
runtime_tmpdir=None,
console=True )
app = BUNDLE(exe,
name='OpenCore-Patcher.app',
icon="OC-Patcher.icns",
bundle_identifier=None,
info_plist={
"CFBundleExecutable": "MacOS/Launcher"
})