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": {