1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

Add Inara plugin

This commit is contained in:
Jonathan Harris 2017-11-12 03:52:54 +00:00
parent 26d0a585ea
commit ab7850bb2d
3 changed files with 5 additions and 2 deletions

View File

@ -234,6 +234,9 @@
<Component Guid="*">
<File KeyPath="yes" Source="SourceDir\plugins\edsm.py" />
</Component>
<Component Guid="*">
<File KeyPath="yes" Source="SourceDir\plugins\inara.py" />
</Component>
</Directory>
<Directory Id="tcl" Name="tcl">
<Directory Id="tcl8.5" Name="tcl8.5">
@ -472,6 +475,7 @@
<ComponentRef Id="es.strings" />
<ComponentRef Id="fi.strings" />
<ComponentRef Id="fr.strings" />
<ComponentRef Id="inara.py" />
<ComponentRef Id="it.strings" />
<ComponentRef Id="ja.strings" />
<ComponentRef Id="library.zip" />

View File

@ -554,7 +554,6 @@ def call(callback=None):
('header', OrderedDict([
('appName', applongname),
('appVersion', appversion),
('isDeveloped', True), # TODO: Remove before release
('APIkey', credentials(this.cmdr)),
('commanderName', this.cmdr.encode('utf-8')),
])),

View File

@ -65,7 +65,7 @@ if sys.platform=='darwin':
APP = 'EDMarketConnector.py'
APPCMD = 'EDMC.py'
SHORTVERSION = ''.join(VERSION.split('.')[:3])
PLUGINS = [ 'plugins/eddb.py', 'plugins/edsm.py' ]
PLUGINS = [ 'plugins/eddb.py', 'plugins/edsm.py', 'plugins/inara.py' ]
if sys.platform=='darwin':
OPTIONS = { 'py2app':