Add a missing .dll to the windows installer. Fixes issue #1242
This commit is contained in:
parent
dc619eb437
commit
e4630257ef
3
dist/windows/clementine.nsi.in
vendored
3
dist/windows/clementine.nsi.in
vendored
@ -72,7 +72,6 @@ Section "Delete old files" oldfiles
|
||||
Delete "$INSTDIR\libfaac-0.dll"
|
||||
Delete "$INSTDIR\libfaad-2.dll"
|
||||
Delete "$INSTDIR\libFLAC-8.dll"
|
||||
Delete "$INSTDIR\libgcc_s_dw2-1.dll"
|
||||
Delete "$INSTDIR\libgcc_s_sjlj-1.dll"
|
||||
Delete "$INSTDIR\libgstaudio-0.10.dll"
|
||||
Delete "$INSTDIR\libgstbase-0.10.dll"
|
||||
@ -109,6 +108,7 @@ Section "Clementine" Clementine
|
||||
File "libfaac.dll"
|
||||
File "libfaad.dll"
|
||||
File "libFLAC.dll"
|
||||
File "libgcc_s_dw2-1.dll"
|
||||
File "libgcrypt-11.dll"
|
||||
File "libgdk_pixbuf-2.0-0.dll"
|
||||
File "libgio-2.0-0.dll"
|
||||
@ -928,6 +928,7 @@ Section "Uninstall"
|
||||
Delete "$INSTDIR\libfaac.dll"
|
||||
Delete "$INSTDIR\libfaad.dll"
|
||||
Delete "$INSTDIR\libFLAC.dll"
|
||||
Delete "$INSTDIR\libgcc_s_dw2-1.dll"
|
||||
Delete "$INSTDIR\libgcrypt-11.dll"
|
||||
Delete "$INSTDIR\libgdk_pixbuf-2.0-0.dll"
|
||||
Delete "$INSTDIR\libgio-2.0-0.dll"
|
||||
|
Loading…
x
Reference in New Issue
Block a user