mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-01-05 09:17:45 +03:00
nsis: update libgnutls to 3.4.7
Use version 3.4.7, matching what currently is in f23.
This commit is contained in:
parent
65aa7e08a5
commit
632d9369bc
@ -147,7 +147,7 @@ Section "VirtViewer"
|
||||
File "@prefix@/bin/libgtk-vnc-2.0-0.dll"
|
||||
!endif
|
||||
|
||||
File "@prefix@/bin/libgnutls-28.dll"
|
||||
File "@prefix@/bin/libgnutls-30.dll"
|
||||
File "@prefix@/bin/libgmp-10.dll"
|
||||
File "@prefix@/bin/libhogweed-2-5.dll"
|
||||
File "@prefix@/bin/libnettle-4-7.dll"
|
||||
@ -561,7 +561,7 @@ Section "Uninstall"
|
||||
Delete /rebootok "$INSTDIR\bin\libgtk-3-0.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libgthread-2.0-0.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libgobject-2.0-0.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libgnutls-28.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libgnutls-30.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