From 477634978f436968353f588100b935f55d9ef008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Wed, 15 Mar 2023 08:53:38 +0800 Subject: [PATCH] =?UTF-8?q?fix(build):=E5=B0=9D=E8=AF=95=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?Windows=E6=97=A0=E6=B3=95=E6=89=93=E5=8C=85=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/tauri.conf.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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