mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2026-01-06 09:14:57 +00:00
nsis: update libtasn1 version
Use version -6 instead of -3, matching what currently is in f21.
This commit is contained in:
parent
a58a1885c0
commit
cf6b2c5695
@ -119,7 +119,7 @@ Section "VirtViewer"
|
||||
File "@prefix@/bin/libspice-client-gtk-2.0-4.dll"
|
||||
File "@prefix@/bin/libspice-controller-0.dll"
|
||||
File "@prefix@/bin/libssl-10.dll"
|
||||
File "@prefix@/bin/libtasn1-3.dll"
|
||||
File "@prefix@/bin/libtasn1-6.dll"
|
||||
File "@prefix@/bin/libusb-1.0.dll"
|
||||
File "@prefix@/bin/libusbredirhost-1.dll"
|
||||
File "@prefix@/bin/libusbredirparser-1.dll"
|
||||
@ -280,7 +280,7 @@ Section "Uninstall"
|
||||
Delete /rebootok "$INSTDIR\bin\libffi-6.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libp11-kit-0.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libxml2-2.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libtasn1-3.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libtasn1-6.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libssl-10.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libspice-client-gtk-2.0-4.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libspice-client-glib-2.0-8.dll"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user