From 697a926398ccca2e3cc13ed9022731711957259d Mon Sep 17 00:00:00 2001 From: lanyeeee Date: Sun, 24 Aug 2025 04:40:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E7=AD=BE=E5=90=8D=E5=AF=BC=E8=87=B4macOS=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=96=87=E4=BB=B6=E5=B7=B2=E6=8D=9F=E5=9D=8F?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/tauri.conf.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6a41466..3b0fbe9 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -35,6 +35,9 @@ "SimpChinese" ] } + }, + "macOS": { + "signingIdentity": "-" } } } \ No newline at end of file