Skip to content

Commit

Permalink
add manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
oq-x committed Jul 4, 2023
1 parent 4ce72d3 commit b7775c0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Binary file added app.syso
Binary file not shown.
17 changes: 17 additions & 0 deletions manifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="9.0.0.0"
processorArchitecture="x86"
name="qartion.exe"
type="win32"
/>
<description>Qartion Partition Mounter</description>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

0 comments on commit b7775c0

Please sign in to comment.