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