From 299e26b14e11354df3a35c8ba8e7224f100e3e76 Mon Sep 17 00:00:00 2001 From: impressionyang Date: Fri, 22 May 2026 10:21:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20capabilities=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E7=9A=84=E5=B9=B3=E5=8F=B0=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 macos 改为 macOS (Tauri v2 要求) - 添加 platforms 字段明确支持的平台 --- capabilities/default.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/capabilities/default.json b/capabilities/default.json index 55ba6a3..cb021fb 100644 --- a/capabilities/default.json +++ b/capabilities/default.json @@ -25,5 +25,6 @@ "fs:allow-read", "fs:allow-write", "fs:allow-exists" - ] + ], + "platforms": ["windows", "linux", "macOS"] }