Skip to content

Commit 07c2190

Browse files
committed
[WIN] Ship notification_helper.exe for nwjs#6824
1 parent 678bf99 commit 07c2190

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/package_binaries.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ def generate_target_nw(platform_name, arch, version):
192192
'nw_200_percent.pak',
193193
'ffmpeg.dll',
194194
'swiftshader\libEGL.dll',
195-
'swiftshader\libGLESv2.dll'
195+
'swiftshader\libGLESv2.dll',
196+
'notification_helper.exe'
196197
# To be removed in CR51
197198
]
198199
if flavor == 'sdk':

0 commit comments

Comments
 (0)