From c2f70532789bbf4cf4965fce8032eec3ff6edf4f Mon Sep 17 00:00:00 2001 From: Miku AuahDark Date: Sun, 16 Feb 2020 19:56:39 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20NSIS=20"L=C3=96VE"=20text.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extra/nsis/love.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/nsis/love.nsi b/extra/nsis/love.nsi index f1ae0e370..fb938e678 100644 --- a/extra/nsis/love.nsi +++ b/extra/nsis/love.nsi @@ -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