From e2bd33307887f3242c5911c1921bb792aa47be7b Mon Sep 17 00:00:00 2001 From: alby128 Date: Wed, 4 Oct 2017 15:38:24 +0200 Subject: [PATCH] Selected PySide 1.x as preferred binding --- buildPy2app.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/buildPy2app.py b/buildPy2app.py index 963089a..a68338b 100644 --- a/buildPy2app.py +++ b/buildPy2app.py @@ -19,9 +19,7 @@ DATA_FILES = [ OPTIONS = { 'iconfile':'resources/icon.icns', 'includes': {'PySide.QtCore', 'PySide.QtUiTools', 'PySide.QtGui'}, - 'excludes': {'PySide2', 'PySide2.QtCore', 'PySide2.QtUiTools', 'PySide2.QtGui','PySide2.QtWidgets', 'PyQt5'}, - 'dylib_excludes': {'QtDesigner.framework', 'QtScript.framework'}, - 'plist': { + 'plist': { 'CFBundleName':'Syncplay', 'CFBundleShortVersionString':syncplay.version, 'CFBundleIdentifier':'pl.syncplay.Syncplay',