mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Fix NSIS "LÖVE" text.
This commit is contained in:
+2
-2
@@ -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 "L�VE Setup"
|
||||
!define MUI_WELCOMEPAGE_TEXT "This will install L�VE, 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
|
||||
|
||||
Reference in New Issue
Block a user