change the default install dir

This commit is contained in:
Nova 2025-07-08 17:33:32 +03:30
parent 9398ef0973
commit 415d7d3866

View File

@ -1,6 +1,7 @@
Name "Nekoray"
OutFile "NekoraySetup.exe"
InstallDir "$PROGRAMFILES\Nekoray"
SetShellVarContext all
InstallDir "$APPDATA\Nekoray"
RequestExecutionLevel admin
!include MUI2.nsh