Files
openclaw/apps/linux/src-tauri/permissions/autogenerated/open_release_page.toml
Peter Steinberger f460c2871a feat(linux): add signed auto-updater to the Tauri companion app (#108770)
Sparkle-parity self-update for the apps/linux companion: tauri-plugin-updater +
process, checked silently on launch and from a "Check for Updates" tray item /
manual trigger. AppImage installs download, verify the signed update, and wait
for a user-confirmed restart; package-managed (deb) installs get a release-page
notice instead of replacing files the system package manager owns. The
linux-app release workflow signs the AppImage and publishes a signed latest.json
manifest that the app verifies with the committed minisign public key.
2026-07-16 01:48:08 -07:00

12 lines
402 B
TOML

# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-open-release-page"
description = "Enables the open_release_page command without any pre-configured scope."
commands.allow = ["open_release_page"]
[[permission]]
identifier = "deny-open-release-page"
description = "Denies the open_release_page command without any pre-configured scope."
commands.deny = ["open_release_page"]