mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-22 23:11:00 -04:00
IGN:OSX Freeze: turn off argv emulation
This commit is contained in:
parent
614522802f
commit
72dd492d8d
@ -386,7 +386,7 @@ def main():
|
|||||||
{
|
{
|
||||||
'optimize' : 2,
|
'optimize' : 2,
|
||||||
'dist_dir' : 'build/py2app',
|
'dist_dir' : 'build/py2app',
|
||||||
'argv_emulation' : True,
|
'argv_emulation' : False,
|
||||||
'iconfile' : icon,
|
'iconfile' : icon,
|
||||||
'frameworks': ['libusb.dylib', 'libunrar.dylib'],
|
'frameworks': ['libusb.dylib', 'libunrar.dylib'],
|
||||||
'includes' : ['sip', 'pkg_resources', 'PyQt4.QtXml',
|
'includes' : ['sip', 'pkg_resources', 'PyQt4.QtXml',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user