mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-01-07 17:17:45 +03:00
nsis: update libgcrypt version
Use version -20 instead of -11, matching what currently is in f21.
This commit is contained in:
parent
68148e1bd1
commit
df4450112a
@ -139,7 +139,7 @@ Section "VirtViewer"
|
||||
#gtkvnc
|
||||
File "@prefix@/bin/libgnutls-26.dll"
|
||||
File "@prefix@/bin/libgpg-error-0.dll"
|
||||
File "@prefix@/bin/libgcrypt-11.dll"
|
||||
File "@prefix@/bin/libgcrypt-20.dll"
|
||||
File "@prefix@/bin/libgvnc-1.0-0.dll"
|
||||
File "@prefix@/bin/libgtk-vnc-1.0-0.dll"
|
||||
|
||||
@ -321,7 +321,7 @@ Section "Uninstall"
|
||||
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\libgcrypt-11.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"
|
||||
Delete /rebootok "$INSTDIR\bin\libgio-2.0-0.dll"
|
||||
|
Loading…
Reference in New Issue
Block a user