Add libssl32.dll to the windows installer, just in case
This commit is contained in:
parent
5b71ed0837
commit
95632383ed
2
dist/windows/clementine.nsi.in
vendored
2
dist/windows/clementine.nsi.in
vendored
@ -164,6 +164,7 @@ Section "Clementine" Clementine
|
||||
File "libsoup-2.4-1.dll"
|
||||
File "libspeex-1.dll"
|
||||
File "libspotify.dll"
|
||||
File "libssl32.dll"
|
||||
File "libtag.dll"
|
||||
File "libtasn1-3.dll"
|
||||
File "libusbmuxd.dll"
|
||||
@ -1003,6 +1004,7 @@ Section "Uninstall"
|
||||
Delete "$INSTDIR\libsoup-2.4-1.dll"
|
||||
Delete "$INSTDIR\libspeex-1.dll"
|
||||
Delete "$INSTDIR\libspotify.dll"
|
||||
Delete "$INSTDIR\libssl32.dll"
|
||||
Delete "$INSTDIR\libtag.dll"
|
||||
Delete "$INSTDIR\libtasn1-3.dll"
|
||||
Delete "$INSTDIR\libusbmuxd.dll"
|
||||
|
Loading…
x
Reference in New Issue
Block a user