Skip to content

Commit f399d06

Browse files
committed
[OSX] ship snapshot files for nwjc
Fix nwjs#6770
1 parent b7d0d62 commit f399d06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/package_binaries.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ def generate_target_nw(platform_name, arch, version):
215215
target['input'].append('payload')
216216
target['input'].append('chromedriver')
217217
target['input'].append('minidump_stackwalk')
218+
target['input'].append('natives_blob.bin')
219+
target['input'].append('v8_context_snapshot.bin')
218220
else:
219221
print 'Unsupported platform: ' + platform_name
220222
exit(-1)

0 commit comments

Comments
 (0)