🐛 修复构建异常

This commit is contained in:
BTMuli
2026-01-18 20:49:07 +08:00
parent b8ff71d71c
commit 9b48df759a
2 changed files with 3 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
{
"$schema": "https://schema.tauri.app/config/2",
"bundle": {
"targets": ["app", "dmg"],
"macOs": {}
"targets": ["app", "dmg"]
}
}