diff --git a/EDMarketConnector.wxs b/EDMarketConnector.wxs
index d05edd23..0e2e0e56 100644
--- a/EDMarketConnector.wxs
+++ b/EDMarketConnector.wxs
@@ -234,6 +234,9 @@
+
+
+
@@ -472,6 +475,7 @@
+
diff --git a/plugins/inara.py b/plugins/inara.py
index 92cd0551..191a8dc3 100644
--- a/plugins/inara.py
+++ b/plugins/inara.py
@@ -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')),
])),
diff --git a/setup.py b/setup.py
index dd050865..a85fea85 100755
--- a/setup.py
+++ b/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':