Skip to content

Commit

Permalink
Update setup-osx.py
Browse files Browse the repository at this point in the history
  • Loading branch information
blitzmann committed Nov 27, 2015
1 parent f053e45 commit 2b9d85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-osx.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
APP = ['pyfa.py']
DATA_FILES = ['eve.db', 'README.md', 'LICENSE', 'imgs', requests.certs.where()]
OPTIONS = {
'argv_emulation': True,
'argv_emulation': False,
'iconfile': 'dist_assets/mac/pyfa.icns',
'packages': ['eos', 'gui', 'service', 'utils']
}
Expand Down

0 comments on commit 2b9d85a

Please sign in to comment.