mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-01-07 17:17:45 +03:00
nsis: update libgnutls version
Use version -28 instead of -26, matching what currently is in f21.
This commit is contained in:
parent
cf6b2c5695
commit
a5b8266295
@ -137,7 +137,7 @@ Section "VirtViewer"
|
||||
File "@prefix@/bin/virt-xml-validate"
|
||||
|
||||
#gtkvnc
|
||||
File "@prefix@/bin/libgnutls-26.dll"
|
||||
File "@prefix@/bin/libgnutls-28.dll"
|
||||
File "@prefix@/bin/libgpg-error-0.dll"
|
||||
File "@prefix@/bin/libgcrypt-20.dll"
|
||||
File "@prefix@/bin/libgvnc-1.0-0.dll"
|
||||
@ -320,7 +320,7 @@ Section "Uninstall"
|
||||
Delete /rebootok "$INSTDIR\bin\libgstaudio-0.10-0.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libgstapp-0.10-0.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libgobject-2.0-0.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libgnutls-26.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libgnutls-28.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libgcrypt-20.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libgmodule-2.0-0.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libglib-2.0-0.dll"
|
||||
|
Loading…
Reference in New Issue
Block a user