mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
qtwebkit needs imageformats plugin for animated gifs to work. loader.gif works in OSX now (#47)
This commit is contained in:
parent
ce15a79302
commit
9bc8248aa3
1
setup.py
1
setup.py
@ -29,6 +29,7 @@ if platform.system() == 'Darwin':
|
||||
'includes': ['PyQt4'],
|
||||
'excludes': ['PyQt4.QtDesigner', 'PyQt4.QtOpenGL', 'PyQt4.QtScript', 'PyQt4.QtSql', 'PyQt4.QtTest', 'PyQt4.QtXml', 'PyQt4.phonon'],
|
||||
'iconfile': 'setup/onionshare.icns',
|
||||
'qt_plugins': 'imageformats',
|
||||
'site_packages': True,
|
||||
'plist': {
|
||||
'CFBundleName': 'OnionShare',
|
||||
|
Loading…
Reference in New Issue
Block a user