Skip to content

Commit 7534333

Browse files
committed
Core - Remove snapshot_blob.bin
Resolves #5036
1 parent 4eac88c commit 7534333

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CefSharp/DependencyChecker.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public static class DependencyChecker
3535
// http://www.magpcss.org/ceforum/viewtopic.php?f=6&t=12580
3636
// "natives_blob.bin" was removed
3737
// https://bugs.chromium.org/p/v8/issues/detail?id=7624#c60
38-
"snapshot_blob.bin",
3938
"v8_context_snapshot.bin"
4039
};
4140

NuGet/Readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Basic Troubleshooting:
2828
* libcef.dll (Chromium Embedded Framework Core library)
2929
* icudtl.dat (Unicode Support data)
3030
* chrome_elf.dll(Crash reporting library)
31-
* snapshot_blob.bin, v8_context_snapshot.bin (V8 snapshot data)
31+
* v8_context_snapshot.bin (V8 snapshot data)
3232
* locales\en-US.pak, chrome_100_percent.pak, chrome_200_percent.pak, resources.pak, d3dcompiler_47.dll, libEGL.dll, libGLESv2.dll
3333
- Whilst these are technically listed as optional, the browser is unlikely to function without these files.
3434
- See https://github.com/cefsharp/CefSharp/wiki/Output-files-description-table-%28Redistribution%29 for details

0 commit comments

Comments
 (0)