mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Fix missing namespace in Windows manifest
The <compatibility> tag must be in the right namespace, or Windows 7 throws an error.
This commit is contained in:
parent
3afa150cd8
commit
d302ab8765
1 changed files with 1 additions and 1 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue