From 3c1475583b304b72c397848f5fb27a03bdda6d04 Mon Sep 17 00:00:00 2001 From: zhongweili Date: Sat, 14 Dec 2024 21:26:09 +0800 Subject: [PATCH] Update tauri.conf.json nsis --- src-tauri/tauri.conf.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index b9e7009..62b951a 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -54,6 +54,10 @@ "windows": { "webviewInstallMode": { "type": "embedBootstrapper" + }, + "nsis": { + "installerIcon": "icons/icon.ico", + "languages": ["English", "SimpChinese"] } } }