mirror of
https://github.com/readest/readest.git
synced 2026-04-28 11:30:48 +00:00
Bump tauri and posthog update
This commit is contained in:
parent
cb8f4669e8
commit
d7601d025e
8 changed files with 393 additions and 447 deletions
|
|
@ -2,7 +2,9 @@
|
|||
"$schema": "../gen/schemas/desktop-schema.json",
|
||||
"identifier": "default",
|
||||
"description": "enables the default permissions",
|
||||
"windows": ["main"],
|
||||
"windows": [
|
||||
"main"
|
||||
],
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"fs:default",
|
||||
|
|
@ -33,7 +35,11 @@
|
|||
},
|
||||
{
|
||||
"identifier": "http:default",
|
||||
"allow": [{ "url": "https://*.deepl.com" }]
|
||||
"allow": [
|
||||
{
|
||||
"url": "https://*.deepl.com"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dialog:default",
|
||||
"os:default",
|
||||
|
|
@ -41,6 +47,7 @@
|
|||
"core:window:allow-close",
|
||||
"core:window:allow-minimize",
|
||||
"core:window:allow-start-dragging",
|
||||
"core:window:allow-toggle-maximize"
|
||||
"core:window:allow-toggle-maximize",
|
||||
"shell:default"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue