From dc3eb44dc570b3a700ce48385682a8ea2ba3849b Mon Sep 17 00:00:00 2001 From: Tlntin <371043382@qq.com> Date: Wed, 30 Nov 2022 17:04:59 +0800 Subject: [PATCH] =?UTF-8?q?windows=E4=B8=8B=E4=BB=85=E6=89=93=E5=8C=85?= =?UTF-8?q?=E8=8B=B1=E6=96=87=E5=AE=89=E8=A3=85=E5=8C=85=EF=BC=8C=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E7=89=88=E6=9C=AC=E5=8F=B7=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/build.bat | 2 +- src-tauri/tauri.conf.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/script/build.bat b/script/build.bat index bbf9018..ebea792 100644 --- a/script/build.bat +++ b/script/build.bat @@ -63,7 +63,7 @@ for /f "skip=1 tokens=1-4 delims=," %%i in (app.csv) do ( echo npm run build:windows @echo off call npm run tauri build -- --target x86_64-pc-windows-msvc - move src-tauri\target\x86_64-pc-windows-msvc\release\bundle\msi\*.msi output\windows + move src-tauri\target\x86_64-pc-windows-msvc\release\bundle\msi\*.msi output\windows\!title!_x64_en-US.msi ::rm cache del /q /f /s src-tauri\target\x86_64-pc-windows-msvc\release\*.exe del /q /f /s src-tauri\target\x86_64-pc-windows-msvc\release\resources\*.ico diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index e1006b1..02499b7 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -60,7 +60,7 @@ "digestAlgorithm": "sha256", "timestampUrl": "", "wix": { - "language": ["en-US", "zh-CN"] + "language": ["en-US"] } } },