From 0d8e58175da9bd3e9e276a7caafa11fd050aa18f Mon Sep 17 00:00:00 2001 From: Chad Retz Date: Tue, 14 Apr 2020 21:22:55 -0500 Subject: [PATCH] Remove natives_blob.bin from build script --- src/build.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/build.go b/src/build.go index 9666bbb..0aa8cb7 100644 --- a/src/build.go +++ b/src/build.go @@ -491,7 +491,6 @@ func copyResourcesLinux(qmakePath string, target string) error { // Copy over CEF libs err = copyAndChmodEachToDirIfNotPresent(0644, filepath.Join(cefDir, strings.Title(target)), target, "libcef.so", - "natives_blob.bin", "snapshot_blob.bin", "v8_context_snapshot.bin", ) @@ -576,7 +575,6 @@ func copyResourcesWindows(qmakePath string, target string) error { err = copyEachToDirIfNotPresent(filepath.Join(cefDir, strings.Title(target)), target, "libcef.dll", "chrome_elf.dll", - "natives_blob.bin", "snapshot_blob.bin", "v8_context_snapshot.bin", "d3dcompiler_47.dll",