Skip to content

Commit

Permalink
Adding manually the UAC section to the manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
alef committed Jan 23, 2024
1 parent 1150975 commit 1f3fbed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/application_manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,11 @@
/>
</dependentAssembly>
</dependency>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level='asInvoker' uiAccess='false' />
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

0 comments on commit 1f3fbed

Please sign in to comment.