Fix NSIS "LÖVE" text.

This commit is contained in:
Miku AuahDark
2020-02-16 19:56:39 +08:00
parent 88fe7fd53b
commit c2f7053278
+2 -2
View File
@@ -16,8 +16,8 @@ InstallDirRegKey HKCU "Software\LOVE" ""
!define MUI_WELCOMEFINISHPAGE_BITMAP "${LOVEICODIR}\left.bmp"
!define MUI_UNWELCOMEFINISHPAGE_BITMAP "${LOVEICODIR}\left.bmp"
!define MUI_WELCOMEPAGE_TITLE "LVE Setup"
!define MUI_WELCOMEPAGE_TEXT "This will install LVE, the unquestionably awesome Lua game framework."
!define MUI_WELCOMEPAGE_TITLE "LÖVE Setup"
!define MUI_WELCOMEPAGE_TEXT "This will install LÖVE, the unquestionably awesome Lua game framework."
# Pages
!insertmacro MUI_PAGE_WELCOME