Skip to content

Commit 61b5f58

Browse files
committed
Revert "[OSX] ship snapshot files for nwjc"
This reverts commit f399d06. In nw33, the crash has been fixed in another way with snapshot_creator
1 parent fcf7bcd commit 61b5f58

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/package_binaries.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,6 @@ 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')
220218
else:
221219
print 'Unsupported platform: ' + platform_name
222220
exit(-1)

0 commit comments

Comments
 (0)