Skip to content

Commit

Permalink
Update app.manifest
Browse files Browse the repository at this point in the history
Restore "Require Administrator" runAs (this was removed as of 2.0.7.5; but seems still essential all things considered)
  • Loading branch information
Zacam committed Feb 18, 2022
1 parent a5e321f commit 8e5d5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GameLauncher/Properties/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
</requestedPrivileges>
<applicationRequestMinimum>
<defaultAssemblyRequest permissionSetReference="Custom" />
Expand Down

0 comments on commit 8e5d5cc

Please sign in to comment.