Break build

This commit is contained in:
Bianca Fürstenau 2025-03-07 16:10:06 +01:00
parent 7fc710d4f5
commit c1e63fa761
11 changed files with 559 additions and 147 deletions

11
capabilities/Default.toml Normal file
View file

@ -0,0 +1,11 @@
"$schema" = "../gen/schemas/desktop-schema.json"
description = "Capability for the main window"
identifier = "default"
permissions = [
"core:default",
"opener:default",
"fs:default",
"sql:default",
"sql:allow-execute",
]
windows = ["main"]