Skip to content

Commit a55ea96

Browse files
committed
rename nwsnapshot to nwjc
1 parent df85218 commit a55ea96

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

nw.gypi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@
870870
{
871871
'action_name': 'strip_nw_binaries',
872872
'inputs': [
873-
'<(PRODUCT_DIR)/nwsnapshot',
873+
'<(PRODUCT_DIR)/nwjc',
874874
'<(PRODUCT_DIR)/chromedriver',
875875
],
876876
'outputs': [
@@ -882,7 +882,7 @@
882882
},
883883
],
884884
'dependencies': [
885-
'<(DEPTH)/v8/tools/gyp/v8.gyp:nwsnapshot',
885+
'<(DEPTH)/v8/tools/gyp/v8.gyp:nwjc',
886886
'<(DEPTH)/chrome/chrome.gyp:chromedriver',
887887
],
888888
}],
@@ -908,7 +908,7 @@
908908
],
909909
'dependencies': [
910910
'<(DEPTH)/chrome/chrome.gyp:chromedriver',
911-
'<(DEPTH)/v8/tools/gyp/v8.gyp:nwsnapshot',
911+
'<(DEPTH)/v8/tools/gyp/v8.gyp:nwjc',
912912
'nw_strip_symbol',
913913
],
914914
'conditions': [

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+
'nwjc',
122122
'nw',
123123
'icudtl.dat',
124124
'locales',
@@ -134,13 +134,13 @@ def generate_target_nw(platform_name, arch, version):
134134
'nw.exe',
135135
'nw.pak',
136136
'locales',
137-
'nwsnapshot.exe',
137+
'nwjc.exe',
138138
'credits.html',
139139
]
140140
elif platform_name == 'osx':
141141
target['input'] = [
142142
'nwjs.app',
143-
'nwsnapshot',
143+
'nwjc',
144144
'credits.html',
145145
]
146146
else:

0 commit comments

Comments
 (0)