mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-01 16:11:18 +03:00
Add Inara plugin
This commit is contained in:
parent
26d0a585ea
commit
ab7850bb2d
@ -234,6 +234,9 @@
|
|||||||
<Component Guid="*">
|
<Component Guid="*">
|
||||||
<File KeyPath="yes" Source="SourceDir\plugins\edsm.py" />
|
<File KeyPath="yes" Source="SourceDir\plugins\edsm.py" />
|
||||||
</Component>
|
</Component>
|
||||||
|
<Component Guid="*">
|
||||||
|
<File KeyPath="yes" Source="SourceDir\plugins\inara.py" />
|
||||||
|
</Component>
|
||||||
</Directory>
|
</Directory>
|
||||||
<Directory Id="tcl" Name="tcl">
|
<Directory Id="tcl" Name="tcl">
|
||||||
<Directory Id="tcl8.5" Name="tcl8.5">
|
<Directory Id="tcl8.5" Name="tcl8.5">
|
||||||
@ -472,6 +475,7 @@
|
|||||||
<ComponentRef Id="es.strings" />
|
<ComponentRef Id="es.strings" />
|
||||||
<ComponentRef Id="fi.strings" />
|
<ComponentRef Id="fi.strings" />
|
||||||
<ComponentRef Id="fr.strings" />
|
<ComponentRef Id="fr.strings" />
|
||||||
|
<ComponentRef Id="inara.py" />
|
||||||
<ComponentRef Id="it.strings" />
|
<ComponentRef Id="it.strings" />
|
||||||
<ComponentRef Id="ja.strings" />
|
<ComponentRef Id="ja.strings" />
|
||||||
<ComponentRef Id="library.zip" />
|
<ComponentRef Id="library.zip" />
|
||||||
|
@ -554,7 +554,6 @@ def call(callback=None):
|
|||||||
('header', OrderedDict([
|
('header', OrderedDict([
|
||||||
('appName', applongname),
|
('appName', applongname),
|
||||||
('appVersion', appversion),
|
('appVersion', appversion),
|
||||||
('isDeveloped', True), # TODO: Remove before release
|
|
||||||
('APIkey', credentials(this.cmdr)),
|
('APIkey', credentials(this.cmdr)),
|
||||||
('commanderName', this.cmdr.encode('utf-8')),
|
('commanderName', this.cmdr.encode('utf-8')),
|
||||||
])),
|
])),
|
||||||
|
2
setup.py
2
setup.py
@ -65,7 +65,7 @@ if sys.platform=='darwin':
|
|||||||
APP = 'EDMarketConnector.py'
|
APP = 'EDMarketConnector.py'
|
||||||
APPCMD = 'EDMC.py'
|
APPCMD = 'EDMC.py'
|
||||||
SHORTVERSION = ''.join(VERSION.split('.')[:3])
|
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':
|
if sys.platform=='darwin':
|
||||||
OPTIONS = { 'py2app':
|
OPTIONS = { 'py2app':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user