From 0c45ed038cb54542117f2976aad8262f5e68c0da Mon Sep 17 00:00:00 2001 From: Stephen Birarda <commit@birarda.com> Date: Wed, 9 Mar 2016 12:58:23 -0800 Subject: [PATCH] attempt rename to change casing of Raleway font --- cmake/templates/NSIS.template.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/templates/NSIS.template.in b/cmake/templates/NSIS.template.in index c4bf975f60..ca26be6ab0 100644 --- a/cmake/templates/NSIS.template.in +++ b/cmake/templates/NSIS.template.in @@ -589,8 +589,8 @@ Section "-Core installation" Delete "$INSTDIR\version" Delete "$INSTDIR\xinput1_3.dll" - ; Delete the incorrectly cased Raleway font - Delete "$INSTDIR\resources\qml\styles-uit\RalewaySemibold.qml" + ; Rename the incorrectly cased Raleway font + Rename "$INSTDIR\resources\qml\styles-uit\RalewaySemibold.qml" "$INSTDIR\resources\qml\styles-uit\RalewaySemiBold.qml" ; Remove the Old Interface directory and vcredist_x64.exe (from installs prior to Server Console) RMDir /r "$INSTDIR\Interface"