Thu, 05 Apr 2018 19:40:07 +0200
eric api, eric doc plug-ins: changed the executable path on non-Windows platforms.
Plugins/PluginEricapi.py | file | annotate | diff | comparison | revisions | |
Plugins/PluginEricdoc.py | file | annotate | diff | comparison | revisions |
--- a/Plugins/PluginEricapi.py Thu Apr 05 19:39:21 2018 +0200 +++ b/Plugins/PluginEricapi.py Thu Apr 05 19:40:07 2018 +0200 @@ -52,6 +52,8 @@ exe = 'eric6_api' if Utilities.isWindowsPlatform(): exe = os.path.join(getConfig("bindir"), exe + '.bat') + else: + exe = os.path.join(getConfig("bindir"), exe) data = { "programEntry": True,
--- a/Plugins/PluginEricdoc.py Thu Apr 05 19:39:21 2018 +0200 +++ b/Plugins/PluginEricdoc.py Thu Apr 05 19:40:07 2018 +0200 @@ -55,6 +55,8 @@ exe = 'eric6_doc' if Utilities.isWindowsPlatform(): exe = os.path.join(getConfig("bindir"), exe + '.bat') + else: + exe = os.path.join(getConfig("bindir"), exe) dataList.append({ "programEntry": True, "header": QCoreApplication.translate(