🚀 v0.8.7

This commit is contained in:
BTMuli
2025-12-03 10:24:27 +08:00
parent 5d8ea639b8
commit 676ef8e8ee
7 changed files with 51 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
"$schema": "https://schema.tauri.app/config/2",
"productName": "TeyvatGuide",
"identifier": "TeyvatGuide",
"version": "0.8.6",
"version": "0.8.7",
"build": {
"beforeDevCommand": "pnpm vite:dev",
"beforeBuildCommand": "pnpm vite:build",
@@ -31,9 +31,7 @@
"targets": ["msi", "app", "dmg"],
"windows": { "wix": { "language": "zh-CN" } },
"macOS": {},
"resources": {
"lib/YaeAchievementLib.dll": "resources/YaeAchievementLib.dll"
}
"resources": { "lib/YaeAchievementLib.dll": "resources/YaeAchievementLib.dll" }
},
"app": {
"withGlobalTauri": true,