From 39a8d8d2976691e44109b9c2b6ba1a1b92877ce7 Mon Sep 17 00:00:00 2001 From: lencx Date: Thu, 22 Dec 2022 09:05:56 +0800 Subject: [PATCH] fix: windows conf (#58) --- src-tauri/tauri.conf.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 0d1f35b..af9bab4 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -64,12 +64,6 @@ "webviewInstallMode": { "silent": true, "type": "embedBootstrapper" - }, - "wix": { - "language": [ - "zh-CN", - "en-US" - ] } } },