mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Windows: use same manifest structure for Expander as in Mount and Format
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
||||||
<v3:trustInfo xmlns:v3="urn:schemas-microsoft-com:asm.v3">
|
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||||
<v3:security>
|
<security>
|
||||||
<v3:requestedPrivileges>
|
<requestedPrivileges>
|
||||||
<v3:requestedExecutionLevel level="requireAdministrator" />
|
<requestedExecutionLevel level="requireAdministrator" />
|
||||||
</v3:requestedPrivileges>
|
</requestedPrivileges>
|
||||||
</v3:security>
|
</security>
|
||||||
</v3:trustInfo>
|
</trustInfo>
|
||||||
<asmv3:application>
|
<asmv3:application>
|
||||||
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
|
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
|
||||||
<dpiAware>true</dpiAware>
|
<dpiAware>true</dpiAware>
|
||||||
|
|||||||
Reference in New Issue
Block a user