jpegoptim.manifest 583 B

123456789101112131415
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  3. <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  4. <security>
  5. <requestedPrivileges>
  6. <requestedExecutionLevel level="asInvoker" uiAccess="false"></requestedExecutionLevel>
  7. </requestedPrivileges>
  8. </security>
  9. </trustInfo>
  10. <application>
  11. <windowsSettings>
  12. <activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
  13. </windowsSettings>
  14. </application>
  15. </assembly>