Plugins/PluginEricapi.py

changeset 6217
35b9e03ffcd6
parent 6048
82ad8ec9548c
child 6495
6e73d31af3af
equal deleted inserted replaced
6216:2a0eeba143e7 6217:35b9e03ffcd6
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"),

eric ide

mercurial