Skip to content

Commit

Permalink
Fix missing namespace in Windows manifest
Browse files Browse the repository at this point in the history
The <compatibility> tag must be in the right namespace, or Windows 7
throws an error.
  • Loading branch information
metajack committed Jul 27, 2016
1 parent 3afa150 commit d302ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/servo/servo.exe.manifest
Expand Up @@ -6,7 +6,7 @@
name="servo.Servo"
version="0.1.0.0"/>

<compatibility>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/> <!-- Windows 7 -->
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/> <!-- Windows 8 -->
Expand Down

0 comments on commit d302ab8

Please sign in to comment.