mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-15 03:53:16 +08:00
🧑💻 完善配置
This commit is contained in:
@@ -37,5 +37,5 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"platforms": ["windows", "macOS"]
|
||||
"platforms": ["windows", "macOS", "linux"]
|
||||
}
|
||||
|
||||
@@ -34,5 +34,5 @@
|
||||
"remote": {
|
||||
"urls": ["https://*.mihoyo.com/*", "https://*.miyoushe.com/*", "https://*.genshinnet.com/*"]
|
||||
},
|
||||
"platforms": ["windows", "macOS"]
|
||||
"platforms": ["windows", "macOS", "linux"]
|
||||
}
|
||||
|
||||
@@ -54,5 +54,5 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"platforms": ["windows", "macOS"]
|
||||
"platforms": ["windows", "macOS", "linux"]
|
||||
}
|
||||
|
||||
@@ -61,5 +61,5 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"platforms": ["windows", "macOS"]
|
||||
"platforms": ["linux"]
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
7
src-tauri/tauri.macos.conf.json
Normal file
7
src-tauri/tauri.macos.conf.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"bundle": {
|
||||
"targets": ["app", "dmg"],
|
||||
"macOs": {}
|
||||
}
|
||||
}
|
||||
@@ -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" } }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user