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:
parent
26d0a585ea
commit
ab7850bb2d
@ -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" />
|
||||
|
@ -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')),
|
||||
])),
|
||||
|
2
setup.py
2
setup.py
@ -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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user