Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sun, 25 Feb 2018 12:16:51 UTC Commit: 9fc3bf62e4e96ec0696c45a482788d7f3a145640 https://github.com/geany/geany-plugins/commit/9fc3bf62e4e96ec0696c45a482788d...
Log Message: ----------- Windows Installer: Update removal list of unnecessary/uninstall files
Modified Paths: -------------- build/geany-plugins.nsi build/gtk-bundle-from-msys2.sh
Modified: build/geany-plugins.nsi 2 lines changed, 2 insertions(+), 0 deletions(-) =================================================================== @@ -224,6 +224,8 @@ Section Uninstall Delete "$INSTDIR\bin\libgnutlsxx-28.dll" Delete "$INSTDIR\bin\libgpg-error-0.dll" Delete "$INSTDIR\bin\libgpgme-11.dll" + Delete "$INSTDIR\bin\libqgpgme-7.dll" + Delete "$INSTDIR\bin\libgpgmepp-6.dll" Delete "$INSTDIR\bin\libgstallocators-1.0-0.dll" Delete "$INSTDIR\bin\libgstapp-1.0-0.dll" Delete "$INSTDIR\bin\libgstaudio-1.0-0.dll"
Modified: build/gtk-bundle-from-msys2.sh 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -217,6 +217,7 @@ cleanup_unnecessary_files() { rm -rf lib/lua rm -rf lib/p11-kit rm -rf lib/python2.7 + rm -rf lib/python3.6 find lib -name '*.h' -delete find lib -name '*.a' -delete find lib -name '*.typelib' -delete
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).