feat: initial implementation of qsv Easy installer for Windows

This commit is contained in:
rzmk 2025-04-16 12:38:57 -04:00
commit f52c2e04fc
No known key found for this signature in database
39 changed files with 6712 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
"permissions": [
"core:default",
"opener:default"
]
}