Skip to content

Commit

Permalink
Remove natives_blob.bin from build script
Browse files Browse the repository at this point in the history
  • Loading branch information
cretz committed Apr 15, 2020
1 parent 2e3097b commit 0d8e581
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 0d8e581

Please sign in to comment.