51 exe += '.bat' |
51 exe += '.bat' |
52 |
52 |
53 data = { |
53 data = { |
54 "programEntry" : True, |
54 "programEntry" : True, |
55 "header" : QApplication.translate("EricapiPlugin", |
55 "header" : QApplication.translate("EricapiPlugin", |
56 "Eric4 API File Generator"), |
56 "Eric5 API File Generator"), |
57 "exe" : exe, |
57 "exe" : exe, |
58 "versionCommand" : '--version', |
58 "versionCommand" : '--version', |
59 "versionStartsWith" : 'eric5-', |
59 "versionStartsWith" : 'eric5-', |
60 "versionPosition" : -2, |
60 "versionPosition" : -2, |
61 "version" : "", |
61 "version" : "", |