From 850deed099ab5a004515f8698ca3e4ce64ae7ed5 Mon Sep 17 00:00:00 2001 From: Narayani Date: Tue, 31 Mar 2020 10:08:39 +0530 Subject: [PATCH] Merge pull request #681 from niteskum/compatibilityManifestNotAppliedBug Wrong UserAgent for windows 10 as Compatibility Manifest were not getting applied in windows build --- appshell.gyp | 1 + 1 file changed, 1 insertion(+) diff --git a/appshell.gyp b/appshell.gyp index c8d755205..97a537332 100755 --- a/appshell.gyp +++ b/appshell.gyp @@ -116,6 +116,7 @@ 'VCManifestTool': { 'AdditionalManifestFiles': [ 'appshell.exe.manifest', + '>(win_exe_compatibility_manifest)', ], }, },