Files
PrintCleaner/PrintCleaner.manifest
Daniel Dybing 47628638e2
All checks were successful
Release Build / build-and-release (push) Successful in 6s
chore: release v1.0.35
2026-01-13 16:00:12 +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.35.0"
processorArchitecture="amd64"
/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="requireAdministrator"
uiAccess="false"
/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>