From 415d7d3866e5a51d36f07461192c8d7f3c37bbf1 Mon Sep 17 00:00:00 2001 From: Nova Date: Tue, 8 Jul 2025 17:33:32 +0330 Subject: [PATCH] change the default install dir --- script/windows_installer.nsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/windows_installer.nsi b/script/windows_installer.nsi index 76834f9..50e38a2 100644 --- a/script/windows_installer.nsi +++ b/script/windows_installer.nsi @@ -1,6 +1,7 @@ Name "Nekoray" OutFile "NekoraySetup.exe" -InstallDir "$PROGRAMFILES\Nekoray" +SetShellVarContext all +InstallDir "$APPDATA\Nekoray" RequestExecutionLevel admin !include MUI2.nsh