mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-10 02:18:41 +00:00
[OSX] Default to 64-bit builds
This commit is contained in:
parent
c72459d3ef
commit
989137ddc3
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ all_files = 1
|
||||||
|
|
||||||
[py2app]
|
[py2app]
|
||||||
app = ['deluge/main.py']
|
app = ['deluge/main.py']
|
||||||
# arch = x86_64
|
arch = x86_64
|
||||||
arch = i386
|
# arch = i386
|
||||||
iconfile = osx/deluge.icns
|
iconfile = osx/deluge.icns
|
||||||
site-packages = false
|
site-packages = false
|
||||||
includes = glib, gio, cairo, pango, pangocairo, atk, gobject, gtk.keysyms,
|
includes = glib, gio, cairo, pango, pangocairo, atk, gobject, gtk.keysyms,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue