chore:打包测试

This commit is contained in:
JefferyHcool
2025-06-19 16:20:32 +08:00
parent d92cc4a977
commit 3b3e6b86f3
13 changed files with 5425 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "enables the default permissions",
"windows": ["main"],
"permissions": [
"core:default",
{
"identifier": "shell:allow-execute",
"allow": [
{
"name": "BiliNoteBackend",
"sidecar": true
}
]
},
"shell:allow-open"
]
}