59 else: |
59 else: |
60 exe = os.path.join(getConfig("bindir"), exe) |
60 exe = os.path.join(getConfig("bindir"), exe) |
61 dataList.append({ |
61 dataList.append({ |
62 "programEntry": True, |
62 "programEntry": True, |
63 "header": QCoreApplication.translate( |
63 "header": QCoreApplication.translate( |
64 "EricdocPlugin", "Eric6 Documentation Generator"), |
64 "EricdocPlugin", "eric Documentation Generator"), |
65 "exe": exe, |
65 "exe": exe, |
66 "versionCommand": '--version', |
66 "versionCommand": '--version', |
67 "versionStartsWith": 'eric6_', |
67 "versionStartsWith": 'eric6_', |
68 "versionPosition": -3, |
68 "versionPosition": -3, |
69 "version": "", |
69 "version": "", |