Skip to content

Commit

Permalink
Fix x2t manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
K0R0L committed Dec 20, 2023
1 parent 77bd370 commit 58fb5b7
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions X2tConverter/build/Qt/x2t.exe.manifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="editors_helper.exe" type="win32" />
<description>Editors Helper</description>
<assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="x2t.exe" type="win32" />
<description>x2t</description>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
Expand All @@ -11,9 +11,4 @@
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
</application>
</compatibility>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*" />
</dependentAssembly>
</dependency>
</assembly>

0 comments on commit 58fb5b7

Please sign in to comment.