🧑‍💻 完善配置

This commit is contained in:
BTMuli
2026-01-16 20:22:29 +08:00
parent 87eddb7e87
commit d9f24dccaf
7 changed files with 15 additions and 9 deletions

View File

@@ -37,5 +37,5 @@
]
}
],
"platforms": ["windows", "macOS"]
"platforms": ["windows", "macOS", "linux"]
}

View File

@@ -34,5 +34,5 @@
"remote": {
"urls": ["https://*.mihoyo.com/*", "https://*.miyoushe.com/*", "https://*.genshinnet.com/*"]
},
"platforms": ["windows", "macOS"]
"platforms": ["windows", "macOS", "linux"]
}

View File

@@ -54,5 +54,5 @@
]
}
],
"platforms": ["windows", "macOS"]
"platforms": ["windows", "macOS", "linux"]
}

View File

@@ -61,5 +61,5 @@
]
}
],
"platforms": ["windows", "macOS"]
"platforms": ["linux"]
}

View File

@@ -27,10 +27,7 @@
"icons/Square150x150Logo.png",
"icons/Square284x284Logo.png",
"icons/Square310x310Logo.png"
],
"targets": ["msi", "app", "dmg"],
"windows": { "wix": { "language": "zh-CN" } },
"macOS": {}
]
},
"app": {
"withGlobalTauri": true,

View File

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

View File

@@ -1,6 +1,8 @@
{
"$schema": "https://schema.tauri.app/config/2",
"bundle": {
"resources": { "lib/YaeAchievementLib.dll": "resources/YaeAchievementLib.dll" }
"resources": { "lib/YaeAchievementLib.dll": "resources/YaeAchievementLib.dll" },
"targets": ["msi"],
"windows": { "wix": { "language": "zh-CN" } }
}
}