Skip to content

Commit d9efaa9

Browse files
author
John Kleinschmidt
authored
build: include needed bin files for v8_context_snapshot_generator (electron#15713)
1 parent 3f99cf4 commit d9efaa9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

script/create-dist.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,20 +86,26 @@
8686
'libicuuc.dylib',
8787
'libv8.dylib',
8888
'v8_context_snapshot_generator',
89+
'natives_blob.bin',
90+
'snapshot_blob.bin',
8991
],
9092
'linux': [
9193
'libffmpeg.so',
9294
'libicui18n.so',
9395
'libicuuc.so',
9496
'libv8.so',
9597
'v8_context_snapshot_generator',
98+
'natives_blob.bin',
99+
'snapshot_blob.bin',
96100
],
97101
'win32': [
98102
'ffmpeg.dll',
99103
'icui18n.dll',
100104
'icuuc.dll',
101105
'v8.dll',
102106
'v8_context_snapshot_generator.exe',
107+
'natives_blob.bin',
108+
'snapshot_blob.bin',
103109
],
104110
}
105111

0 commit comments

Comments
 (0)