mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 20:23:06 +02:00
remove Installer debugging code
This commit is contained in:
parent
541f7ebb05
commit
40393bd8ef
1 changed files with 0 additions and 2 deletions
|
@ -611,11 +611,9 @@ Section "-Core installation"
|
||||||
${If} ${AtLeastWin8}
|
${If} ${AtLeastWin8}
|
||||||
Delete "$INSTDIR\audio\qtaudio_windows.dll"
|
Delete "$INSTDIR\audio\qtaudio_windows.dll"
|
||||||
Delete "$INSTDIR\audio\qtaudio_windows.pdb"
|
Delete "$INSTDIR\audio\qtaudio_windows.pdb"
|
||||||
MessageBox MB_OK "Detected Windows 8+"
|
|
||||||
${Else}
|
${Else}
|
||||||
Delete "$INSTDIR\audio\qtaudio_wasapi.dll"
|
Delete "$INSTDIR\audio\qtaudio_wasapi.dll"
|
||||||
Delete "$INSTDIR\audio\qtaudio_wasapi.pdb"
|
Delete "$INSTDIR\audio\qtaudio_wasapi.pdb"
|
||||||
MessageBox MB_OK "Detected Windows 7-"
|
|
||||||
${EndIf}
|
${EndIf}
|
||||||
|
|
||||||
; Delete old desktop shortcuts before they were renamed during Sandbox rename
|
; Delete old desktop shortcuts before they were renamed during Sandbox rename
|
||||||
|
|
Loading…
Reference in a new issue