mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-27 06:23:42 +00:00
nsis: add missing file needed to use virsh.exe
This commit is contained in:
parent
5159956305
commit
6baccb2b78
@ -148,6 +148,7 @@ Section "VirtViewer"
|
||||
File "@prefix@/bin/libvirt-0.dll"
|
||||
File "@prefix@/bin/libwinpthread-1.dll"
|
||||
File "@prefix@/bin/libvirt-qemu-0.dll"
|
||||
File "@prefix@/bin/libvirt-lxc-0.dll"
|
||||
File "@prefix@/bin/virsh.exe"
|
||||
File "@prefix@/bin/virt-pki-validate"
|
||||
File "@prefix@/bin/virt-xml-validate"
|
||||
@ -582,6 +583,7 @@ Section "Uninstall"
|
||||
Delete /rebootok "$INSTDIR\bin\libssh2-1.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libportablexdr-0.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libvirt-qemu-0.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libvirt-lxc-0.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\virsh.exe"
|
||||
Delete /rebootok "$INSTDIR\bin\virt-pki-validate"
|
||||
Delete /rebootok "$INSTDIR\bin\virt-xml-validate"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user