From 556232aac498d725276252c42463fa38de9f1c8c Mon Sep 17 00:00:00 2001 From: zclkkk Date: Sun, 10 Dec 2023 09:50:43 +0800 Subject: [PATCH] chore: Allow user to choose where to install (#110) --- src-tauri/tauri.windows.conf.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src-tauri/tauri.windows.conf.json b/src-tauri/tauri.windows.conf.json index eafa6556..16679ee0 100644 --- a/src-tauri/tauri.windows.conf.json +++ b/src-tauri/tauri.windows.conf.json @@ -16,6 +16,7 @@ "nsis": { "displayLanguageSelector": true, "installerIcon": "icons/icon.ico", + "installMode": "both", "languages": ["SimpChinese", "English"], "license": "../LICENSE" }