Skip to content

Commit 341919e

Browse files
authored
docs(shell): Remove left over tauri.conf.json > scope mentino
1 parent 124f219 commit 341919e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/shell/guest-js/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ class Command<O extends IOPayload> extends EventEmitter<CommandEvents> {
388388
* Creates a new `Command` instance.
389389
*
390390
* @param program The program name to execute.
391-
* It must be configured on `tauri.conf.json > plugins > shell > scope`.
391+
* It must be configured in your project's capabilities.
392392
* @param args Program arguments.
393393
* @param options Spawn options.
394394
*/
@@ -425,7 +425,7 @@ class Command<O extends IOPayload> extends EventEmitter<CommandEvents> {
425425
* ```
426426
*
427427
* @param program The program to execute.
428-
* It must be configured on `tauri.conf.json > plugins > shell > scope`.
428+
* It must be configured in your project's capabilities.
429429
*/
430430
static create<O extends IOPayload>(
431431
program: string,
@@ -457,7 +457,7 @@ class Command<O extends IOPayload> extends EventEmitter<CommandEvents> {
457457
* ```
458458
*
459459
* @param program The program to execute.
460-
* It must be configured on `tauri.conf.json > plugins > shell > scope`.
460+
* It must be configured in your project's capabilities.
461461
*/
462462
static sidecar<O extends IOPayload>(
463463
program: string,

0 commit comments

Comments
 (0)