macOS legacy build: adjust build scripts and background

This commit is contained in:
Alberto Sottile 2019-02-27 22:42:04 +01:00
parent bcf8174b7d
commit a2b2d41c78
4 changed files with 5 additions and 11 deletions

View File

@ -78,7 +78,7 @@ icon_locations = {
#
# Other color components may be expressed either in the range 0 to 1, or
# as percentages (e.g. 60% is equivalent to 0.6).
background = 'resources/macOS_dmg_bkg.tiff'
background = 'resources/macOS_legacy_dmg_bkg.png'
show_status_bar = False
show_tab_view = False

View File

@ -17,19 +17,13 @@ DATA_FILES = [
OPTIONS = {
'iconfile': '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'},
'qt_plugins': [
'platforms/libqcocoa.dylib',
'platforms/libqminimal.dylib',
'platforms/libqoffscreen.dylib',
'styles/libqmacstyle.dylib'
],
'includes': {'PySide.QtCore', 'PySide.QtUiTools', 'PySide.QtGui', 'PySide.QtWidgets', 'certifi', 'cffi'},
'plist': {
'CFBundleName': 'Syncplay',
'CFBundleShortVersionString': syncplay.version,
'CFBundleIdentifier': 'pl.syncplay.Syncplay',
'LSMinimumSystemVersion': '10.12.0',
'LSMinimumSystemVersion': '10.6.8',
'LSMaximumSystemVersion': '10.11.6',
'NSHumanReadableCopyright': 'Copyright © 2019 Syncplay All Rights Reserved'
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -1,5 +1,5 @@
version = '1.6.3'
revision = ''
milestone = 'Yoitsu'
milestone = 'macOS_legacy'
release_number = '75'
projectURL = 'https://syncplay.pl/'