Skip to content
Snippets Groups Projects
Commit 360fe836 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Apparently the MSVC builds also specify trustInfo in manifest.

It appears they just set the default values, so try that out.
parent a8e3de52
Branches
Tags
No related merge requests found
Pipeline #5849 failed
...@@ -7,4 +7,11 @@ ...@@ -7,4 +7,11 @@
<gdiScaling xmlns="http://schemas.microsoft.com/SMI/2017/WindowsSettings">false</gdiScaling> <gdiScaling xmlns="http://schemas.microsoft.com/SMI/2017/WindowsSettings">false</gdiScaling>
</asmv3:windowsSettings> </asmv3:windowsSettings>
</asmv3:application> </asmv3:application>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
</requestedPrivileges>
</security>
</trustInfo>
</assembly> </assembly>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment