Skip to content

Commit 6af72e0

Browse files
committed
disable nwsnapshot for now
1 parent f8a4e7f commit 6af72e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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',
@@ -133,13 +133,13 @@ def generate_target_nw(platform_name, arch, version):
133133
'nw.exe',
134134
'nw.pak',
135135
'locales',
136-
'nwsnapshot.exe',
136+
# 'nwsnapshot.exe',
137137
'credits.html',
138138
]
139139
elif platform_name == 'osx':
140140
target['input'] = [
141141
'nwjs.app',
142-
'nwsnapshot',
142+
# 'nwsnapshot',
143143
'credits.html',
144144
]
145145
else:

0 commit comments

Comments
 (0)