Update windows_installer.nsi

This commit is contained in:
parhelia512 2025-07-20 09:12:51 +08:00 committed by GitHub
parent a90ae2b0c8
commit 18bfb8584b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ RequestExecutionLevel user
!define MUI_WELCOMEPAGE_TEXT "This wizard will guide you through the installation of Throne." !define MUI_WELCOMEPAGE_TEXT "This wizard will guide you through the installation of Throne."
!define MUI_FINISHPAGE_RUN "$INSTDIR\Throne.exe" !define MUI_FINISHPAGE_RUN "$INSTDIR\Throne.exe"
!define MUI_FINISHPAGE_RUN_TEXT "Launch Throne" !define MUI_FINISHPAGE_RUN_TEXT "Launch Throne"
!addplugindir .\ !addplugindir .\script\
!insertmacro MUI_PAGE_WELCOME !insertmacro MUI_PAGE_WELCOME
!insertmacro MUI_PAGE_DIRECTORY !insertmacro MUI_PAGE_DIRECTORY