mirror of
https://github.com/lubosz/overte.git
synced 2025-04-17 17:26:11 +02:00
manually remove Raleway font that has incorrect casing
This commit is contained in:
parent
7f7ea8b672
commit
bdc2ac73f6
1 changed files with 3 additions and 0 deletions
|
@ -589,6 +589,9 @@ 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"
|
||||
|
||||
; Remove the Old Interface directory and vcredist_x64.exe (from installs prior to Server Console)
|
||||
RMDir /r "$INSTDIR\Interface"
|
||||
Delete "$INSTDIR\vcredist_x64.exe"
|
||||
|
|
Loading…
Reference in a new issue