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 } ] }