From 341919ed57e3472ebfb154a20da38c937aab0368 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Tue, 22 Jul 2025 09:58:00 +0200 Subject: [PATCH] docs(shell): Remove left over tauri.conf.json > scope mentino --- plugins/shell/guest-js/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/shell/guest-js/index.ts b/plugins/shell/guest-js/index.ts index 1ed2ac5d..081d54c1 100644 --- a/plugins/shell/guest-js/index.ts +++ b/plugins/shell/guest-js/index.ts @@ -388,7 +388,7 @@ class Command extends EventEmitter { * Creates a new `Command` instance. * * @param program The program name to execute. - * It must be configured on `tauri.conf.json > plugins > shell > scope`. + * It must be configured in your project's capabilities. * @param args Program arguments. * @param options Spawn options. */ @@ -425,7 +425,7 @@ class Command extends EventEmitter { * ``` * * @param program The program to execute. - * It must be configured on `tauri.conf.json > plugins > shell > scope`. + * It must be configured in your project's capabilities. */ static create( program: string, @@ -457,7 +457,7 @@ class Command extends EventEmitter { * ``` * * @param program The program to execute. - * It must be configured on `tauri.conf.json > plugins > shell > scope`. + * It must be configured in your project's capabilities. */ static sidecar( program: string,