mirror of
https://github.com/dathere/qsv-easy-windows-installer.git
synced 2025-12-26 19:17:00 +00:00
feat: initial implementation of qsv Easy installer for Windows
This commit is contained in:
commit
f52c2e04fc
39 changed files with 6712 additions and 0 deletions
10
src-tauri/capabilities/default.json
Normal file
10
src-tauri/capabilities/default.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue