Update Gruntfile.js (#333)

This commit is contained in:
maxkadushkin 2020-02-06 18:25:21 +03:00 committed by GitHub
parent b2c234585e
commit c0734656fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -179,6 +179,9 @@ module.exports = function(grunt) {
replacements: [{
from: /\{\{PRODUCT_VERSION\}\}/,
to: packageFile.version
},{
from: /\{\{COMPANY_NAME\}\}/g,
to: process.env['COMPANY_NAME'] || 'ONLYOFFICE'
}]
}
}