mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-23 08:38:16 +00:00
[Packaging] Fix py2app build
This commit is contained in:
parent
1808ac506a
commit
fe80703f95
@ -4,14 +4,15 @@ build-dir = docs/build
|
||||
all_files = 1
|
||||
|
||||
[py2app]
|
||||
app = ['deluge/main.py']
|
||||
app = ['deluge/ui/ui_entry.py']
|
||||
arch = x86_64
|
||||
# arch = i386
|
||||
iconfile = osx/deluge.icns
|
||||
iconfile = packaging/osx/deluge.icns
|
||||
site-packages = false
|
||||
includes = glib, gio, cairo, pango, pangocairo, atk, gobject, gtk.keysyms,
|
||||
twisted.internet, twisted.internet.utils, twisted.protocols,
|
||||
zope.interface, mako.cache, email.mime, libtorrent, gtkosx_application
|
||||
zope.interface, mako.cache, email.mime, libtorrent, gtkosx_application,
|
||||
HTMLParser
|
||||
frameworks = CoreFoundation, Foundation, AppKit
|
||||
|
||||
[isort]
|
||||
|
Loading…
x
Reference in New Issue
Block a user