3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-04-29 12:23:00 +02:00

Merge pull request from birarda/raleway-installer-fix

manually rename Raleway font with incorrect casing after install
This commit is contained in:
Brad Davis 2016-03-09 14:31:13 -08:00
commit 3145069a10

View file

@ -589,6 +589,9 @@ Section "-Core installation"
Delete "$INSTDIR\version"
Delete "$INSTDIR\xinput1_3.dll"
; 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"
Delete "$INSTDIR\vcredist_x64.exe"