Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Fri, 26 Jun 2015 22:40:51 UTC Commit: 706ae8b85d03fd657babe6fc639837b8a4a19171 https://github.com/geany/geany-plugins/commit/706ae8b85d03fd657babe6fc639837...
Log Message: ----------- Update Windows installer for new plugins: Git Changebar and Overview
Modified Paths: -------------- README.windows build/geany-plugins.nsi
Modified: README.windows 3 lines changed, 3 insertions(+), 0 deletions(-) =================================================================== @@ -27,3 +27,6 @@ http://ctpl.tuxfamily.org/
LibSoup 2.26.3 was download from http://ftp.gnome.org/pub/gnome/binaries/win32/libsoup/2.26/ + +LibGit2 0.22.2 was download from +http://download.geany.org/contrib/
Modified: build/geany-plugins.nsi 3 lines changed, 3 insertions(+), 0 deletions(-) =================================================================== @@ -172,6 +172,8 @@ Section Uninstall Delete "$INSTDIR\lib\geanysendmail.dll" Delete "$INSTDIR\lib\geanyvc.dll" Delete "$INSTDIR\lib\geniuspaste.dll" + Delete "$INSTDIR\lib\git-changebar.dll" + Delete "$INSTDIR\lib\overview.dll" Delete "$INSTDIR\lib\pairtaghighlighter.dll" Delete "$INSTDIR\lib\pohelper.dll" Delete "$INSTDIR\lib\pretty-printer.dll" @@ -186,6 +188,7 @@ Section Uninstall
Delete "$INSTDIR\bin\ctpl-2.dll" Delete "$INSTDIR\bin\libenchant.dll" + Delete "$INSTDIR\bin\libgit2.dll" Delete "$INSTDIR\bin\libsoup-2.4-1.dll" Delete "$INSTDIR\bin\libxml2-2.dll" Delete "$INSTDIR\bin\lua5.1.dll"
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).