Added Windows manifest

This commit is contained in:
luca0N! 2020-05-23 03:02:22 -03:00
parent 12fc7cdc10
commit 04246b936e
No known key found for this signature in database
GPG Key ID: 9F1B99B522287CAB
1 changed files with 20 additions and 0 deletions

20
ldl3.manifest Normal file
View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="3.0.0.0"
processorArchitecture="*"
name="limpador do luca0N! 3"
type="win32" />
<description>limpador do luca0N! 3</description>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="highestAvailable"
uiAccess="false" />
</requestedPrivileges>
</security>
</trustInfo>
</assembly>