mirror of https://github.com/Syncplay/syncplay
buildPy2app: explicitely exclude tkinter
This commit is contained in:
parent
a3197562eb
commit
7223b49652
|
@ -18,7 +18,7 @@ OPTIONS = {
|
|||
'iconfile': 'syncplay/resources/icon.icns',
|
||||
'extra_scripts': 'syncplayServer.py',
|
||||
'includes': {'PySide2.QtCore', 'PySide2.QtUiTools', 'PySide2.QtGui', 'PySide2.QtWidgets', 'certifi', 'cffi'},
|
||||
'excludes': {'PySide', 'PySide.QtCore', 'PySide.QtUiTools', 'PySide.QtGui'},
|
||||
'excludes': {'PySide', 'PySide.QtCore', 'PySide.QtUiTools', 'PySide.QtGui', 'tkinter'},
|
||||
'qt_plugins': [
|
||||
'platforms/libqcocoa.dylib',
|
||||
'platforms/libqminimal.dylib',
|
||||
|
|
Loading…
Reference in New Issue