From 9a4911f6d5a4ae97c2110c97928705e9e678f6bb Mon Sep 17 00:00:00 2001 From: misyaguziya <53165965+misyaguziya@users.noreply.github.com> Date: Mon, 30 Dec 2024 15:13:36 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B[bugfix]=20Installer=20:=20perUser?= =?UTF-8?q?=20->=20currentUser?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index c14a2d19..040bce33 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -75,7 +75,7 @@ "nsis": { "template": "nsis/template.nsi", "license": "../LICENSE", - "installMode": "perUser", + "installMode": "currentUser", "displayLanguageSelector": true } }