diff options
author | Simon Howard | 2013-10-28 03:41:11 +0000 |
---|---|---|
committer | Simon Howard | 2013-10-28 03:41:11 +0000 |
commit | bdb5c58d08eebeead15d4a8a08bae8b69c4cb0f7 (patch) | |
tree | 6145ff420444bd8d8690b68957ae8965f0dda7ec | |
parent | 5a8db1512bf95325d466086498b20474b769924f (diff) | |
download | chocolate-doom-bdb5c58d08eebeead15d4a8a08bae8b69c4cb0f7.tar.gz chocolate-doom-bdb5c58d08eebeead15d4a8a08bae8b69c4cb0f7.tar.bz2 chocolate-doom-bdb5c58d08eebeead15d4a8a08bae8b69c4cb0f7.zip |
Add missing asmv3 namespace to setup manifest (oops).
Subversion-branch: /branches/v2-branch
Subversion-revision: 2728
-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" |