diff --git a/grunt/rebrand.js b/grunt/rebrand.js index 479a30a..517d351 100644 --- a/grunt/rebrand.js +++ b/grunt/rebrand.js @@ -14,6 +14,8 @@ module.exports = function (grunt) { rcedit(this.data.src, { 'icon': this.data.icon, + 'file-version': this.data.meta.FileVersion, + 'product-version': this.data.meta.ProductVersion, 'version-string': this.data.meta }, function (err) { if (err) {