ci: fix windows_installer.nsi (#511)

This commit is contained in:
parhelia512 2025-07-11 16:41:11 +08:00 committed by GitHub
parent 155bfb5c69
commit 1977355e07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,6 @@
Name "Nekoray"
OutFile "NekoraySetup.exe"
SetShellVarContext all
InstallDir "$APPDATA\Nekoray"
InstallDir $APPDATA\Nekoray
RequestExecutionLevel admin
!include MUI2.nsh
@ -59,4 +58,4 @@ Section "Uninstall"
Delete "$INSTDIR\uninstall.exe"
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Nekoray"
SectionEnd
SectionEnd