From ea89503761000f76d959baeb0a00b8ceb91d4a13 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Sat, 3 Jan 2026 13:48:36 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E5=85=BC=E5=AE=B9=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=91=98=E9=87=8D=E5=90=AFflag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/tauri.conf.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d65036e3..a3f805e2 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -70,7 +70,8 @@ { "short": "e", "name": "exit", "description": "Exit App after command" } ] } - } + }, + "args": [{ "description": "Run as admin flag", "name": "elevated" }] } } }