Skip to content

Commit 8a1724f

Browse files
committed
Win: embedding manifest to fix tooltip
1 parent 2345aaa commit 8a1724f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nw.gypi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,11 @@
630630
'VCLinkerTool': {
631631
'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
632632
},
633+
'VCManifestTool': {
634+
'AdditionalManifestFiles': [
635+
'$(ProjectDir)\\nw\\src\\nw.exe.manifest',
636+
],
637+
},
633638
},
634639
'conditions': [
635640
['OS=="win" and win_use_allocator_shim==1', {

0 commit comments

Comments
 (0)