mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-19 04:29:45 +08:00
🧑💻 配置分平台
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "TeyvatGuide",
|
||||
"identifier": "Teyvat.Guide",
|
||||
"identifier": "TeyvatGuide",
|
||||
"version": "0.9.1",
|
||||
"build": {
|
||||
"beforeDevCommand": "pnpm vite:dev",
|
||||
@@ -30,8 +30,7 @@
|
||||
],
|
||||
"targets": ["msi", "app", "dmg"],
|
||||
"windows": { "wix": { "language": "zh-CN" } },
|
||||
"macOS": {},
|
||||
"resources": { "lib/YaeAchievementLib.dll": "resources/YaeAchievementLib.dll" }
|
||||
"macOS": {}
|
||||
},
|
||||
"app": {
|
||||
"withGlobalTauri": true,
|
||||
@@ -48,7 +47,7 @@
|
||||
"visible": false
|
||||
}
|
||||
],
|
||||
"security": { "capabilities": ["Teyvat.Guide", "Mys", "SubWindow", "DevJson"] }
|
||||
"security": { "capabilities": ["TeyvatGuide", "Mys", "SubWindow", "DevJson"] }
|
||||
},
|
||||
"plugins": {
|
||||
"deep-link": { "desktop": { "schemes": ["teyvatguide"] }, "mobile": [] },
|
||||
|
||||
Reference in New Issue
Block a user