Break build
This commit is contained in:
parent
7fc710d4f5
commit
c1e63fa761
11 changed files with 559 additions and 147 deletions
11
capabilities/Default.toml
Normal file
11
capabilities/Default.toml
Normal 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"]
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"$schema": "../gen/schemas/desktop-schema.json",
|
||||
"identifier": "default",
|
||||
"description": "Capability for the main window",
|
||||
"windows": [
|
||||
"main"
|
||||
],
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"opener:default",
|
||||
"fs:default"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue