mirror of
https://github.com/Syncplay/syncplay
synced 2025-03-11 06:07:53 +00:00
buildpy2app: include cffi in the app bundle
This commit is contained in:
parent
6fa2eb01c1
commit
8d2472bc68
@ -16,7 +16,7 @@ DATA_FILES = [
|
||||
OPTIONS = {
|
||||
'iconfile': 'resources/icon.icns',
|
||||
'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'},
|
||||
'qt_plugins': [
|
||||
'platforms/libqcocoa.dylib',
|
||||
|
Loading…
Reference in New Issue
Block a user