obs.manifest 760 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
  3. <description>OBS Studio</description>
  4. <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  5. <security>
  6. <requestedPrivileges>
  7. <requestedExecutionLevel
  8. level="asInvoker"
  9. uiAccess="false"
  10. />
  11. </requestedPrivileges>
  12. </security>
  13. </trustInfo>
  14. <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
  15. <application>
  16. <!-- Windows 10 and Windows 11 -->
  17. <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
  18. </application>
  19. </compatibility>
  20. </assembly>