feat(default.json): add updater permission to default capabilities

This commit is contained in:
t8y2 2026-05-06 20:19:06 +08:00
parent 569cb26261
commit 518d47f243
1 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@
"fs:default",
"fs:allow-write-text-file",
"fs:allow-read-text-file",
"shell:allow-open"
"shell:allow-open",
"updater:default"
]
}