mirror of
https://github.com/Syncplay/syncplay
synced 2025-01-05 22:29:38 +00:00
Bundle syncplayServer in py2app
This commit is contained in:
parent
4fae32a466
commit
9745217937
@ -14,17 +14,18 @@ DATA_FILES = [
|
||||
('resources', glob('resources/*.png') + glob('resources/*.rtf') + glob('resources/*.lua')),
|
||||
]
|
||||
OPTIONS = {
|
||||
'iconfile':'resources/icon.icns',
|
||||
'includes': {'PySide2.QtCore', 'PySide2.QtUiTools', 'PySide2.QtGui','PySide2.QtWidgets', 'certifi'},
|
||||
'iconfile':'resources/icon.icns',
|
||||
'extra_scripts': 'syncplayServer.py',
|
||||
'includes': {'PySide2.QtCore', 'PySide2.QtUiTools', 'PySide2.QtGui','PySide2.QtWidgets', 'certifi'},
|
||||
'excludes': {'PySide', 'PySide.QtCore', 'PySide.QtUiTools', 'PySide.QtGui'},
|
||||
'qt_plugins': ['platforms/libqcocoa.dylib', 'platforms/libqminimal.dylib','platforms/libqoffscreen.dylib', 'styles/libqmacstyle.dylib'],
|
||||
'plist': {
|
||||
'CFBundleName':'Syncplay',
|
||||
'CFBundleShortVersionString':syncplay.version,
|
||||
'CFBundleIdentifier':'pl.syncplay.Syncplay',
|
||||
'LSMinimumSystemVersion':'10.11.0',
|
||||
'NSHumanReadableCopyright': '@ 2018 Syncplay All Rights Reserved'
|
||||
}
|
||||
'plist': {
|
||||
'CFBundleName':'Syncplay',
|
||||
'CFBundleShortVersionString':syncplay.version,
|
||||
'CFBundleIdentifier':'pl.syncplay.Syncplay',
|
||||
'LSMinimumSystemVersion':'10.11.0',
|
||||
'NSHumanReadableCopyright': '@ 2018 Syncplay All Rights Reserved'
|
||||
}
|
||||
}
|
||||
|
||||
setup(
|
||||
|
Loading…
Reference in New Issue
Block a user