Files
PrintCleaner/PrintCleaner.manifest
Daniel Dybing edfc168cab
Some checks failed
Release Build / build-and-release (push) Failing after 7s
chore: release v1.0.29
2026-01-13 15:24:11 +01:00

20 lines
537 B
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
type="win32"
name="PrintCleaner.App"
version="1.0.29.0"
processorArchitecture="amd64"
/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="requireAdministrator"
uiAccess="false"
/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>