Skip to content

Commit 0d8e581

Browse files
committed
Remove natives_blob.bin from build script
1 parent 2e3097b commit 0d8e581

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/build.go

-2
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,6 @@ func copyResourcesLinux(qmakePath string, target string) error {
491491
// Copy over CEF libs
492492
err = copyAndChmodEachToDirIfNotPresent(0644, filepath.Join(cefDir, strings.Title(target)), target,
493493
"libcef.so",
494-
"natives_blob.bin",
495494
"snapshot_blob.bin",
496495
"v8_context_snapshot.bin",
497496
)
@@ -576,7 +575,6 @@ func copyResourcesWindows(qmakePath string, target string) error {
576575
err = copyEachToDirIfNotPresent(filepath.Join(cefDir, strings.Title(target)), target,
577576
"libcef.dll",
578577
"chrome_elf.dll",
579-
"natives_blob.bin",
580578
"snapshot_blob.bin",
581579
"v8_context_snapshot.bin",
582580
"d3dcompiler_47.dll",

0 commit comments

Comments
 (0)