--- 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(