Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sat, 21 Sep 2019 14:59:46 UTC Commit: 15f533713c7f5a433bca3ee97bb2d80dd08780f5 https://github.com/geany/geany-plugins/commit/15f533713c7f5a433bca3ee97bb2d8...
Log Message: ----------- Windows installer: Update dependencies
Modified Paths: -------------- build/geany-plugins.nsi
Modified: build/geany-plugins.nsi 6 lines changed, 4 insertions(+), 2 deletions(-) =================================================================== @@ -232,6 +232,7 @@ Section Uninstall Delete "$INSTDIR\bin\libgnutlsxx-28.dll" Delete "$INSTDIR\bin\libgpg-error-0.dll" Delete "$INSTDIR\bin\libgpgme-11.dll" + Delete "$INSTDIR\bin\libgpgme-glib-11.dll" Delete "$INSTDIR\bin\libqgpgme-7.dll" Delete "$INSTDIR\bin\libgpgmepp-6.dll" Delete "$INSTDIR\bin\libgstallocators-1.0-0.dll" @@ -254,7 +255,7 @@ Section Uninstall Delete "$INSTDIR\bin\libgtkspell-0.dll" Delete "$INSTDIR\bin\libgtkspell3-*.dll" Delete "$INSTDIR\bin\libhistory8.dll" - Delete "$INSTDIR\bin\libhogweed-4.dll" + Delete "$INSTDIR\bin\libhogweed-5.dll" Delete "$INSTDIR\bin\libhttp_parser-2.dll" Delete "$INSTDIR\bin\libhunspell-1.7-0.dll" Delete "$INSTDIR\bin\libicudt61.dll" @@ -280,7 +281,7 @@ Section Uninstall Delete "$INSTDIR\bin\libjavascriptcoregtk-3.0-0.dll" Delete "$INSTDIR\bin\libjpeg-8.dll" Delete "$INSTDIR\bin\liblzma-5.dll" - Delete "$INSTDIR\bin\libnettle-6.dll" + Delete "$INSTDIR\bin\libnettle-7.dll" Delete "$INSTDIR\bin\libnghttp2-14.dll" Delete "$INSTDIR\bin\libogg-0.dll" Delete "$INSTDIR\bin\liborc-0.4-0.dll" @@ -329,6 +330,7 @@ Section Uninstall RMDir /r "$INSTDIR\lib\gio" RMDir /r "$INSTDIR\lib\gstreamer-1.0" RMDir /r "$INSTDIR\lib\pkcs11" + RMDir /r "$INSTDIR\lib\sqlite3.29.0" RMDir /r "$INSTDIR\lib\geany-plugins" RMDir /r "$INSTDIR\libexec\p11-kit" RMDir /r "$INSTDIR\share\doc\geany-plugins"
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org