From 2e6dc6ab25b453caeee2c6c2c50185378cfea15f Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Thu, 5 Mar 2026 15:40:13 +0530 Subject: [PATCH] fix: allowed shell scopes --- src-tauri/capabilities/shell.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src-tauri/capabilities/shell.json b/src-tauri/capabilities/shell.json index 668a13f..d881508 100644 --- a/src-tauri/capabilities/shell.json +++ b/src-tauri/capabilities/shell.json @@ -119,6 +119,21 @@ "name": "deno", "cmd": "deno", "args": true + }, + { + "name": "pkexec", + "cmd": "pkexec", + "args": true + }, + { + "name": "powershell", + "cmd": "powershell", + "args": true + }, + { + "name": "sh", + "cmd": "sh", + "args": true } ] }