Skip to content

Commit aa802b4

Browse files
committed
Revert "disable nwsnapshot for now"
This reverts commit 3f795f4. Fix nwjs#2594
1 parent e8d9223 commit aa802b4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

nw.gypi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@
755755
{
756756
'action_name': 'strip_nw_binaries',
757757
'inputs': [
758-
#'<(PRODUCT_DIR)/nwsnapshot',
758+
'<(PRODUCT_DIR)/nwsnapshot',
759759
'<(PRODUCT_DIR)/chromedriver',
760760
],
761761
'outputs': [
@@ -767,7 +767,7 @@
767767
},
768768
],
769769
'dependencies': [
770-
# '<(DEPTH)/v8/tools/gyp/v8.gyp:nwsnapshot',
770+
'<(DEPTH)/v8/tools/gyp/v8.gyp:nwsnapshot',
771771
'<(DEPTH)/chrome/chrome.gyp:chromedriver',
772772
],
773773
}],

tools/package_binaries.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def generate_target_nw(platform_name, arch, version):
118118
'credits.html',
119119
'libffmpegsumo.so',
120120
'nw.pak',
121-
#'nwsnapshot',
121+
'nwsnapshot',
122122
'nw',
123123
'icudtl.dat',
124124
'locales',
@@ -132,13 +132,13 @@ def generate_target_nw(platform_name, arch, version):
132132
'nw.exe',
133133
'nw.pak',
134134
'locales',
135-
#'nwsnapshot.exe',
135+
'nwsnapshot.exe',
136136
'credits.html',
137137
]
138138
elif platform_name == 'osx':
139139
target['input'] = [
140140
'node-webkit.app',
141-
#'nwsnapshot',
141+
'nwsnapshot',
142142
'credits.html',
143143
]
144144
else:

0 commit comments

Comments
 (0)