From 02fb4dd3b7dcbf4f03d5f9806754a78ee0dba480 Mon Sep 17 00:00:00 2001 From: lencx Date: Sun, 18 Dec 2022 13:30:27 +0800 Subject: [PATCH] chore: windows conf --- src-tauri/tauri.conf.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index ec1c936..710d767 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -51,13 +51,16 @@ "shortDescription": "ChatGPT", "targets": "all", "windows": { - "webviewInstallMode": { - "silent": true, - "type": "downloadBootstrapper" - }, "certificateThumbprint": null, "digestAlgorithm": "sha256", - "timestampUrl": "" + "timestampUrl": "", + "webviewInstallMode": { + "silent": true, + "type": "embedBootstrapper" + }, + "wix": { + "language": ["zh-CN", "en-US"] + } } }, "security": {