From 8486f99ea5de6ee477fcbcae004fba9138700937 Mon Sep 17 00:00:00 2001 From: Prashanth Nethi Date: Fri, 27 May 2016 16:13:49 +0530 Subject: [PATCH] Update Gruntfile.js The two files `natives_blob.bin` and `snapshot_blob.bin` are not getting copied to the stage for creating the installer. --- Gruntfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index e3fb67bf7..49ac43212 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -115,6 +115,8 @@ module.exports = function (grunt) { "devtools_resources.pak", "icudtl.dat", "libcef.dll", + "natives_blob.bin", + "snapshot_blob.bin", "command/**" ], "dest" : "installer/win/staging/"