mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 13:50:12 +08:00
ci: fix windows_installer.nsi (#511)
This commit is contained in:
parent
155bfb5c69
commit
1977355e07
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user