feat: 🎸 add application update signature configuration

新增程序更新签名配置,用于保证更新包的完整性与安全性
This commit is contained in:
2025-11-21 23:40:38 +08:00
parent 3302421371
commit 60b809a59d
10 changed files with 458 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
{
"identifier": "desktop-capability",
"platforms": [
"macOS",
"windows",
"linux"
],
"windows": [
"main"
],
"permissions": [
"updater:default"
]
}