2018-08-21 18:21:38 +03:00

18 lines
343 B
JavaScript

// Constructor
function Component()
{
generateTr();
}
function generateTr() {
component.setValue("DisplayName", qsTr("SoundBandTests"));
component.setValue("Description", qsTr("Install tests of SoundBand"));
}
function isNoEmpty(dir){
var libsArray = installer.findPath("*", [dir]);
return Boolean(libsArray.length);
}