diff options
-rw-r--r-- | src/setup/setup-manifest.xml.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/setup/setup-manifest.xml.in b/src/setup/setup-manifest.xml.in index 5e5cb87c..5a07e485 100644 --- a/src/setup/setup-manifest.xml.in +++ b/src/setup/setup-manifest.xml.in @@ -8,7 +8,10 @@ http://www.cygwin.com/ml/cygwin/2006-12/msg00580.html --> -<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" + xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" + manifestVersion="1.0"> + <!-- The "name" field in this tag should be the same as the executable's name --> <assemblyIdentity version="0.0.0.0" processorArchitecture="X86" |