mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2024-12-23 17:34:01 +03:00
nsis: add libbz2-1.dll
mingw-bzip2 seems to be a mingw-freetype dependency.
This commit is contained in:
parent
730a50a67a
commit
cf228ad54d
@ -95,6 +95,7 @@ Section "VirtViewer"
|
||||
!endif
|
||||
|
||||
File "@prefix@/bin/libatk-1.0-0.dll"
|
||||
File "@prefix@/bin/libbz2-1.dll"
|
||||
File "@prefix@/bin/libcairo-2.dll"
|
||||
File "@prefix@/bin/libcairo-gobject-2.dll"
|
||||
File "@prefix@/bin/libepoxy-0.dll"
|
||||
@ -572,6 +573,7 @@ Section "Uninstall"
|
||||
Delete /rebootok "$INSTDIR\bin\libcairo-2.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libcairo-gobject-2.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libepoxy-0.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libbz2-1.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libatk-1.0-0.dll"
|
||||
!if ${HaveOVirt} == True
|
||||
Delete /rebootok "$INSTDIR\bin\libgovirt-2.dll"
|
||||
|
Loading…
Reference in New Issue
Block a user