From cabd6f269a35a8e7a2839916a0b4d5a24aff60bc Mon Sep 17 00:00:00 2001 From: BTMuli Date: Thu, 6 Jul 2023 16:37:30 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Nsis=20=E8=AF=AD=E8=A8=80?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/tauri.conf.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index cc09dbf4..1d04553b 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -48,6 +48,9 @@ "windows": { "wix": { "language": "zh-CN" + }, + "nsis": { + "languages": ["SimpChinese"] } } },