Update osx build and packaging scripts
This commit is contained in:
12
setup.cfg
12
setup.cfg
@ -9,11 +9,11 @@ all_files = 1
|
||||
|
||||
[py2app]
|
||||
app = ['deluge/main.py']
|
||||
arch = x86_64
|
||||
#arch = i386
|
||||
#arch = x86_64
|
||||
arch = i386
|
||||
iconfile = 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
|
||||
frameworks = CoreFoundation,Foundation,AppKit
|
||||
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
|
||||
frameworks = CoreFoundation, Foundation, AppKit
|
||||
|
Reference in New Issue
Block a user