mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: include needed bin files for v8_context_snapshot_generator (#15713)
This commit is contained in:
committed by
GitHub
parent
3f99cf4f1d
commit
d9efaa946b
@@ -86,6 +86,8 @@ V8_SNAPSHOT_BINARIES = {
|
||||
'libicuuc.dylib',
|
||||
'libv8.dylib',
|
||||
'v8_context_snapshot_generator',
|
||||
'natives_blob.bin',
|
||||
'snapshot_blob.bin',
|
||||
],
|
||||
'linux': [
|
||||
'libffmpeg.so',
|
||||
@@ -93,6 +95,8 @@ V8_SNAPSHOT_BINARIES = {
|
||||
'libicuuc.so',
|
||||
'libv8.so',
|
||||
'v8_context_snapshot_generator',
|
||||
'natives_blob.bin',
|
||||
'snapshot_blob.bin',
|
||||
],
|
||||
'win32': [
|
||||
'ffmpeg.dll',
|
||||
@@ -100,6 +104,8 @@ V8_SNAPSHOT_BINARIES = {
|
||||
'icuuc.dll',
|
||||
'v8.dll',
|
||||
'v8_context_snapshot_generator.exe',
|
||||
'natives_blob.bin',
|
||||
'snapshot_blob.bin',
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user