mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 23:45:04 -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 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -29,6 +29,7 @@ if platform.system() == 'Darwin':
|
||||||
'includes': ['PyQt4'],
|
'includes': ['PyQt4'],
|
||||||
'excludes': ['PyQt4.QtDesigner', 'PyQt4.QtOpenGL', 'PyQt4.QtScript', 'PyQt4.QtSql', 'PyQt4.QtTest', 'PyQt4.QtXml', 'PyQt4.phonon'],
|
'excludes': ['PyQt4.QtDesigner', 'PyQt4.QtOpenGL', 'PyQt4.QtScript', 'PyQt4.QtSql', 'PyQt4.QtTest', 'PyQt4.QtXml', 'PyQt4.phonon'],
|
||||||
'iconfile': 'setup/onionshare.icns',
|
'iconfile': 'setup/onionshare.icns',
|
||||||
|
'qt_plugins': 'imageformats',
|
||||||
'site_packages': True,
|
'site_packages': True,
|
||||||
'plist': {
|
'plist': {
|
||||||
'CFBundleName': 'OnionShare',
|
'CFBundleName': 'OnionShare',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue