Skip to content

fix: register tauri-plugin-process to fix update restart - #120

Merged
Blankll merged 1 commit into
masterfrom
fix/process-plugin-permission
Jul 27, 2026
Merged

fix: register tauri-plugin-process to fix update restart#120
Blankll merged 1 commit into
masterfrom
fix/process-plugin-permission

Conversation

@Blankll

@Blankll Blankll commented Jul 27, 2026

Copy link
Copy Markdown
Member

The update flow was failing at the restart step with:

Command plugin:process|restart not allowed by ACL

The @tauri-apps/plugin-process frontend package was installed but the Rust backend plugin was never registered, so Tauri's ACL denied the relaunch command.

Changes:

  • Cargo.toml: Add tauri-plugin-process = "2" dependency
  • lib.rs: Register .plugin(tauri_plugin_process::init()) in the builder
  • capabilities/default.json: Add "process:default" permission

Aligned with the dockit project setup.

@Blankll
Blankll merged commit 6eea7bf into master Jul 27, 2026
3 checks passed
@Blankll
Blankll deleted the fix/process-plugin-permission branch July 27, 2026 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant