Resolve wxPython bundling

This commit is contained in:
Mykola Grymalyuk
2021-12-22 20:14:06 -07:00
parent a17ca2c330
commit 3c08127013
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ a = Analysis(['OpenCore-Patcher.command'],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],
excludes=[],
excludes=['wxPython', 'wxpython'],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=block_cipher,