1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2024-12-17 19:18:36 +01:00

Update nsi for msvc dependencies

This commit is contained in:
Jonas Kvinge 2022-03-23 01:48:16 +01:00
parent 38bd1f7e1c
commit e81dcce5b3

View File

@ -343,6 +343,7 @@ Section "Strawberry" Strawberry
File "gstadaptivedemux-1.0-0.dll" File "gstadaptivedemux-1.0-0.dll"
File "gstapp-1.0-0.dll" File "gstapp-1.0-0.dll"
File "gstaudio-1.0-0.dll" File "gstaudio-1.0-0.dll"
File "gstbadaudio-1.0-0.dll"
File "gstbase-1.0-0.dll" File "gstbase-1.0-0.dll"
File "gstfft-1.0-0.dll" File "gstfft-1.0-0.dll"
File "gstisoff-1.0-0.dll" File "gstisoff-1.0-0.dll"
@ -803,6 +804,7 @@ Section "Uninstall"
Delete "$INSTDIR\gstadaptivedemux-1.0-0.dll" Delete "$INSTDIR\gstadaptivedemux-1.0-0.dll"
Delete "$INSTDIR\gstapp-1.0-0.dll" Delete "$INSTDIR\gstapp-1.0-0.dll"
Delete "$INSTDIR\gstaudio-1.0-0.dll" Delete "$INSTDIR\gstaudio-1.0-0.dll"
Delete "$INSTDIR\gstbadaudio-1.0-0.dll"
Delete "$INSTDIR\gstbase-1.0-0.dll" Delete "$INSTDIR\gstbase-1.0-0.dll"
Delete "$INSTDIR\gstfft-1.0-0.dll" Delete "$INSTDIR\gstfft-1.0-0.dll"
Delete "$INSTDIR\gstisoff-1.0-0.dll" Delete "$INSTDIR\gstisoff-1.0-0.dll"
@ -885,7 +887,7 @@ Section "Uninstall"
!ifdef msvc && debug !ifdef msvc && debug
Delete "$INSTDIR\platforms\qwindowsd.dll" Delete "$INSTDIR\platforms\qwindowsd.dll"
Delete "$INSTDIR\styles\qwindowsvistastyled.dll" Delete "$INSTDIR\styles\qwindowsvistastyled.dll"
Delete "$INSTDIR\tls\qopensslbackend.dll" Delete "$INSTDIR\tls\qopensslbackendd.dll"
Delete "$INSTDIR\sqldrivers\qsqlited.dll" Delete "$INSTDIR\sqldrivers\qsqlited.dll"
Delete "$INSTDIR\imageformats\qgifd.dll" Delete "$INSTDIR\imageformats\qgifd.dll"
Delete "$INSTDIR\imageformats\qicod.dll" Delete "$INSTDIR\imageformats\qicod.dll"