mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-09 03:42:16 +03:00
parent
3eceae967e
commit
ae5356a028
2
setup.py
2
setup.py
@ -72,7 +72,7 @@ if sys.platform=='darwin':
|
|||||||
'optimize': 2,
|
'optimize': 2,
|
||||||
'packages': [ 'requests', 'keyring.backends' ],
|
'packages': [ 'requests', 'keyring.backends' ],
|
||||||
'frameworks': [ 'Sparkle.framework' ],
|
'frameworks': [ 'Sparkle.framework' ],
|
||||||
'excludes': [ 'PIL', 'simplejson' ],
|
'excludes': [ 'certifi', 'PIL', 'simplejson' ],
|
||||||
'iconfile': '%s.icns' % APPNAME,
|
'iconfile': '%s.icns' % APPNAME,
|
||||||
'resources': ['snd_good.wav', 'snd_bad.wav', 'modules.p', 'ships.p', 'stations.p', 'systems.p'],
|
'resources': ['snd_good.wav', 'snd_bad.wav', 'modules.p', 'ships.p', 'stations.p', 'systems.p'],
|
||||||
'semi_standalone': True,
|
'semi_standalone': True,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user