mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 15:52:27 +02:00
remove qtaudio_windows.dll on Windows before installing the new version
This commit is contained in:
parent
7c3c05a450
commit
6ccf86e3e9
1 changed files with 3 additions and 0 deletions
|
@ -600,6 +600,9 @@ Section "-Core installation"
|
|||
Delete "$INSTDIR\version"
|
||||
Delete "$INSTDIR\xinput1_3.dll"
|
||||
|
||||
;Delete old Qt files
|
||||
Delete "$INSTDIR\audio\qtaudio_windows.dll"
|
||||
|
||||
; Delete old desktop shortcuts before they were renamed during Sandbox rename
|
||||
Delete "$DESKTOP\@PRE_SANDBOX_INTERFACE_SHORTCUT_NAME@.lnk"
|
||||
Delete "$DESKTOP\@PRE_SANDBOX_CONSOLE_SHORTCUT_NAME@.lnk"
|
||||
|
|
Loading…
Reference in a new issue