50 the executable |
50 the executable |
51 """ |
51 """ |
52 exe = 'eric6_api' |
52 exe = 'eric6_api' |
53 if Utilities.isWindowsPlatform(): |
53 if Utilities.isWindowsPlatform(): |
54 exe = os.path.join(getConfig("bindir"), exe + '.bat') |
54 exe = os.path.join(getConfig("bindir"), exe + '.bat') |
|
55 else: |
|
56 exe = os.path.join(getConfig("bindir"), exe) |
55 |
57 |
56 data = { |
58 data = { |
57 "programEntry": True, |
59 "programEntry": True, |
58 "header": QCoreApplication.translate( |
60 "header": QCoreApplication.translate( |
59 "EricapiPlugin", "Eric6 API File Generator"), |
61 "EricapiPlugin", "Eric6 API File Generator"), |