mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2024-12-22 13:33:58 +03:00
nsis: Adjust file list
Adjust file names for mingw-usbredir dlls and readline dlls
This commit is contained in:
parent
412bcf6f7f
commit
a525e43e85
@ -122,7 +122,7 @@ Section "VirtViewer"
|
||||
File "@prefix@/bin/libtasn1-3.dll"
|
||||
File "@prefix@/bin/libusb-1.0.dll"
|
||||
File "@prefix@/bin/libusbredirhost-1.dll"
|
||||
File "@prefix@/bin/libusbredirparser-0.dll"
|
||||
File "@prefix@/bin/libusbredirparser-1.dll"
|
||||
File "@prefix@/bin/libxml2-2.dll"
|
||||
File "@prefix@/bin/libp11-kit-0.dll"
|
||||
File "@prefix@/bin/libssh2-1.dll"
|
||||
@ -147,7 +147,7 @@ Section "VirtViewer"
|
||||
File /oname=remote-viewer.com "${DESTDIR}@prefix@/bin/windows-cmdline-wrapper.exe"
|
||||
File "${DESTDIR}@prefix@/bin/remote-viewer.exe"
|
||||
File "${DESTDIR}@prefix@/bin/virt-viewer.exe"
|
||||
File "@prefix@/bin/readline.dll"
|
||||
File "@prefix@/bin/libreadline6.dll"
|
||||
File "@prefix@/bin/zlib1.dll"
|
||||
|
||||
SetOutPath "$INSTDIR\etc"
|
||||
@ -276,7 +276,7 @@ Section "Uninstall"
|
||||
Delete /rebootok "$INSTDIR\bin\gst-feedback.exe"
|
||||
Delete /rebootok "$INSTDIR\bin\gst-discoverer-0.10.exe"
|
||||
Delete /rebootok "$INSTDIR\bin\zlib1.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\readline.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libreadline6.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libffi-6.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libp11-kit-0.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libxml2-2.dll"
|
||||
@ -296,7 +296,7 @@ Section "Uninstall"
|
||||
Delete /rebootok "$INSTDIR\bin\libintl-8.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libusb-1.0.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libusbredirhost-1.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libusbredirparser-0.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libusbredirparser-1.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libvirt-0.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libcurl-4.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libidn-11.dll"
|
||||
|
Loading…
Reference in New Issue
Block a user