mirror of
https://github.com/armbian/imager.git
synced 2026-01-06 12:31:28 -08:00
- Add tauri-plugin-updater and tauri-plugin-process dependencies - Configure updater endpoint for GitHub Releases - Rewrite UpdateModal with download progress and changelog display - Add update-related i18n translations (15 languages) - Configure createUpdaterArtifacts for .sig file generation - Update workflow to use correct bundle types for each platform
14 lines
305 B
JSON
14 lines
305 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Default capabilities for Armbian Imager",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"shell:allow-open",
|
|
"dialog:default",
|
|
"updater:default",
|
|
"process:allow-restart"
|
|
]
|
|
}
|