From fb817d94bec2279a8c55ff5a7a3040ec2f6f2be8 Mon Sep 17 00:00:00 2001 From: Nitesh Kumar Date: Mon, 30 Mar 2020 16:35:44 +0530 Subject: [PATCH] Compatibility Mannifest were not getting 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)', ], }, },