File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -388,7 +388,7 @@ class Command<O extends IOPayload> extends EventEmitter<CommandEvents> {
388
388
* Creates a new `Command` instance.
389
389
*
390
390
* @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 .
392
392
* @param args Program arguments.
393
393
* @param options Spawn options.
394
394
*/
@@ -425,7 +425,7 @@ class Command<O extends IOPayload> extends EventEmitter<CommandEvents> {
425
425
* ```
426
426
*
427
427
* @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 .
429
429
*/
430
430
static create < O extends IOPayload > (
431
431
program : string ,
@@ -457,7 +457,7 @@ class Command<O extends IOPayload> extends EventEmitter<CommandEvents> {
457
457
* ```
458
458
*
459
459
* @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 .
461
461
*/
462
462
static sidecar < O extends IOPayload > (
463
463
program : string ,
You can’t perform that action at this time.
0 commit comments