From 65bc24530fe8ca7e73ab476d51217fc5a6654f5d Mon Sep 17 00:00:00 2001 From: Minh141120 Date: Tue, 15 Jul 2025 10:23:22 +0700 Subject: [PATCH] fix: change installationmode in nsis template --- src-tauri/tauri.bundle.windows.nsis.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.bundle.windows.nsis.template b/src-tauri/tauri.bundle.windows.nsis.template index e991d62f7..2da569bac 100644 --- a/src-tauri/tauri.bundle.windows.nsis.template +++ b/src-tauri/tauri.bundle.windows.nsis.template @@ -33,7 +33,7 @@ ${StrLoc} !define VERSION "jan_version" !define VERSIONWITHBUILD "jan_build" !define HOMEPAGE "" -!define INSTALLMODE "both" +!define INSTALLMODE "currentUser" !define LICENSE "" !define INSTALLERICON "D:\a\jan\jan\src-tauri\icons\icon.ico" !define SIDEBARIMAGE ""