Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit 8486f99

Browse files
committed
Update Gruntfile.js
The two files `natives_blob.bin` and `snapshot_blob.bin` are not getting copied to the stage for creating the installer.
1 parent edc1b34 commit 8486f99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gruntfile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ module.exports = function (grunt) {
115115
"devtools_resources.pak",
116116
"icudtl.dat",
117117
"libcef.dll",
118+
"natives_blob.bin",
119+
"snapshot_blob.bin",
118120
"command/**"
119121
],
120122
"dest" : "installer/win/staging/"

0 commit comments

Comments
 (0)