mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
Merge branch 'feature/build-version' into develop
# Conflicts: # DocService/sources/DocsCoServer.js
This commit is contained in:
@ -1982,7 +1982,8 @@ exports.install = function(server, callbackFunction) {
|
||||
type: licenseType,
|
||||
light: licenseInfo.light,
|
||||
trial: constants.PACKAGE_TYPE_OS === licenseInfo.packageType ? false : licenseInfo.trial,
|
||||
rights: rights
|
||||
rights: rights,
|
||||
buildVersion: commonDefines.buildVersion
|
||||
}
|
||||
});
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user