mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2026-01-07 01:51:10 +00:00
nsis: add libopus-0.dll
libopus-0.dll is a dependency of spice-glib
This commit is contained in:
parent
8dbefb1aca
commit
0202f83c7a
@ -107,6 +107,7 @@ Section "VirtViewer"
|
||||
File "@prefix@/bin/iconv.dll"
|
||||
File "@prefix@/bin/libintl-8.dll"
|
||||
File "@prefix@/bin/libjpeg-62.dll"
|
||||
File "@prefix@/bin/libopus-0.dll"
|
||||
File "@prefix@/bin/liborc-0.4-0.dll"
|
||||
File "@prefix@/bin/liborc-test-0.4-0.dll"
|
||||
File "@prefix@/bin/libpango-1.0-0.dll"
|
||||
@ -298,6 +299,7 @@ Section "Uninstall"
|
||||
Delete /rebootok "$INSTDIR\bin\liborc-test-0.4-0.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\liborc-0.4-0.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libjpeg-62.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libopus-0.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libintl-8.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libusb-1.0.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libusbredirhost-1.dll"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user