Skip to content

Commit

Permalink
Added App manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
haseeb-heaven committed Sep 9, 2024
1 parent 0499c26 commit a4ed3b9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

0 comments on commit a4ed3b9

Please sign in to comment.