[license] Customization

Fix customization for trial develop
This commit is contained in:
Alexander.Trofimov
2019-04-22 18:03:01 +03:00
parent 1ff25275d5
commit 7ed33d9773

View File

@ -128,6 +128,7 @@ exports.readLicense = function*() {
if (res.type === c_LR.Success) {
res.mode = c_LM.Trial;
res.count = resMax.count;
res.customization = constants.PACKAGE_TYPE_D === oPackageType;
return res;
}
}