modify plugin wrapper, so build-script injected macros in the wrapper are in a more obvious place, so 3rd party plugin authors are less likely to make mistakes here when working outside the build.py environment
tweak the about screen to display non-standard plugins using the new interface better
This commit is contained in:
@ -18,7 +18,7 @@ window.aboutIITC = function() {
|
||||
|
||||
var ptext = pname + ' - ' + pvers;
|
||||
if (info.buildName != script_info.buildName) {
|
||||
ptext += ' ['+info.buildName+']';
|
||||
ptext += ' ['+(info.buildName||'<i>non-standard plugin</i>')+']';
|
||||
}
|
||||
|
||||
plugins += '<li>'+ptext+'</li>';
|
||||
|
Reference in New Issue
Block a user