diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index fba911f..271a18b 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -52,7 +52,12 @@ "icons/eyeicon.ico" ], "identifier": "xyz.archgrid.comic-viewer", - "targets": "all" + "targets": "all", + "windows": { + "wix": { + "language": "zh-CN" + } + } }, "security": { "devCsp": "default-src 'self'; img-src 'self' asset: https://asset.localhost", @@ -71,4 +76,4 @@ } ] } -} +} \ No newline at end of file