Skip to content

Commit bcc33c5

Browse files
i dont want to touch nsis stuff in particular but these seem safe
1 parent c015665 commit bcc33c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMake/Modules/NSIS.template.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -599,9 +599,9 @@ FunctionEnd
599599

600600
; Modify the settings for MUI_PAGE_FINISH here.
601601
!define MUI_FINISHPAGE_NOAUTOCLOSE
602-
!define MUI_FINISHPAGE_RUN "$INSTDIR\Program\StepMania.exe"
602+
!define MUI_FINISHPAGE_RUN "$INSTDIR\Program\Etterna.exe"
603603
!define MUI_FINISHPAGE_RUN_NOTCHECKED
604-
!define MUI_FINISHPAGE_RUN_TEXT "Launch StepMania"
604+
!define MUI_FINISHPAGE_RUN_TEXT "Launch Etterna"
605605

606606
!insertmacro MUI_PAGE_FINISH
607607

@@ -696,7 +696,7 @@ Section "-Core installation"
696696
Push "@CPACK_PACKAGE_VERSION@"
697697
Call ConditionalAddToRegisty
698698
Push "Comments"
699-
Push "StepMania @CPACK_PACKAGE_VERSION_MAJOR@ is a rhythm game simulator."
699+
Push "Etterna @CPACK_PACKAGE_VERSION_MAJOR@ is a rhythm game."
700700
Call ConditionalAddToRegisty
701701
Push "Publisher"
702702
Push "@CPACK_PACKAGE_VENDOR@"

0 commit comments

Comments
 (0)