From 320bb0b52af23bbfcdefec9626a56e62d01f474e Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Wed, 2 Feb 2022 21:02:27 -0300 Subject: [PATCH] fix(examples): API example shell scope configuration --- examples/api/src-tauri/tauri.conf.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/examples/api/src-tauri/tauri.conf.json b/examples/api/src-tauri/tauri.conf.json index b912725a5..5e576a8c0 100644 --- a/examples/api/src-tauri/tauri.conf.json +++ b/examples/api/src-tauri/tauri.conf.json @@ -79,17 +79,6 @@ }, "shell": { "scope": [ - { - "name": "test", - "cmd": "__test", - "args": [ - "-d --date ^\\d{4}-\\d{2}-\\d{2}$", - "-i --input [INPUT]", - "-f --flag", - "-v --verbose ...", - " -" - ] - }, { "name": "sh", "cmd": "sh"