[Commits] [SCM] claws-win32-installer branch, gtk2, updated. 3.20.0-1-25-g207c605
jonathan at claws-mail.org
jonathan at claws-mail.org
Sun Mar 10 06:56:17 UTC 2024
The branch, gtk2 has been updated
via 207c605de1f58475c6e35444b15007c806709d67 (commit)
from 01771e6dc66a08fd1c03a998d6dd9677cb41ad45 (commit)
Summary of changes:
src/sections-installer.nsi | 1 +
src/sections-uninstaller.nsi | 1 +
2 files changed, 2 insertions(+)
- Log -----------------------------------------------------------------
commit 207c605de1f58475c6e35444b15007c806709d67
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date: Sat Mar 9 16:13:18 2024 -0700
fix bug 4729, 'Fancy HTML plugin'
diff --git a/src/sections-installer.nsi b/src/sections-installer.nsi
index c382c3d..935de6d 100644
--- a/src/sections-installer.nsi
+++ b/src/sections-installer.nsi
@@ -307,6 +307,7 @@ File ${prefix}/libexec/gpgme-w32spawn.exe
!ifndef DISABLE_FANCY_PLUGIN
!insertmacro SetPrefix libwebp
File ${prefix}/bin/libwebp-7.dll
+File ${prefix}/bin/libsharpyuv-0.dll
!endif
#######################################
diff --git a/src/sections-uninstaller.nsi b/src/sections-uninstaller.nsi
index 2921a12..ea22d61 100644
--- a/src/sections-uninstaller.nsi
+++ b/src/sections-uninstaller.nsi
@@ -90,6 +90,7 @@ Delete "$INSTDIR\libsqlite3-0.dll"
#######################################
### libwebp
Delete "$INSTDIR\libwebp-7.dll"
+Delete "$INSTDIR\libsharpyuv-0.dll"
#######################################
### icu4c
-----------------------------------------------------------------------
hooks/post-receive
--
Installer sources for Claws Mail Windows port
More information about the Commits
mailing list