buildpy2app: include cffi in the app bundle
This commit is contained in:
parent
6fa2eb01c1
commit
8d2472bc68
@ -16,7 +16,7 @@ DATA_FILES = [
|
|||||||
OPTIONS = {
|
OPTIONS = {
|
||||||
'iconfile': 'resources/icon.icns',
|
'iconfile': 'resources/icon.icns',
|
||||||
'extra_scripts': 'syncplayServer.py',
|
'extra_scripts': 'syncplayServer.py',
|
||||||
'includes': {'PySide2.QtCore', 'PySide2.QtUiTools', 'PySide2.QtGui', 'PySide2.QtWidgets', 'certifi'},
|
'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'},
|
||||||
'qt_plugins': [
|
'qt_plugins': [
|
||||||
'platforms/libqcocoa.dylib',
|
'platforms/libqcocoa.dylib',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user