From ede1930bce3c7a38637312201b35f8fa81335480 Mon Sep 17 00:00:00 2001 From: matteo78 Date: Sun, 9 Nov 2014 19:01:00 +0100 Subject: [PATCH] :bug: Fix wrong version number in built exe Grunt task "rebrand" was not producing correct version numbers for Windows executable --- grunt/rebrand.js | 2 ++ 1 file changed, 2 insertions(+) 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) {