mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-01-22 22:03:44 +03:00
nsis: update libpng version
Use libpng15-15 instead of libpng16-16, matching what currently is in f21.
This commit is contained in:
parent
df4450112a
commit
a58a1885c0
@ -114,7 +114,7 @@ Section "VirtViewer"
|
||||
File "@prefix@/bin/libpangoft2-1.0-0.dll"
|
||||
File "@prefix@/bin/libpangowin32-1.0-0.dll"
|
||||
File "@prefix@/bin/libpixman-1-0.dll"
|
||||
File "@prefix@/bin/libpng15-15.dll"
|
||||
File "@prefix@/bin/libpng16-16.dll"
|
||||
File "@prefix@/bin/libspice-client-glib-2.0-8.dll"
|
||||
File "@prefix@/bin/libspice-client-gtk-2.0-4.dll"
|
||||
File "@prefix@/bin/libspice-controller-0.dll"
|
||||
@ -285,7 +285,7 @@ Section "Uninstall"
|
||||
Delete /rebootok "$INSTDIR\bin\libspice-client-gtk-2.0-4.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libspice-client-glib-2.0-8.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libspice-controller-0.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libpng15-15.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libpng16-16.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libpixman-1-0.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libpangowin32-1.0-0.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libpangocairo-1.0-0.dll"
|
||||
|
Loading…
x
Reference in New Issue
Block a user