Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Fri, 11 Apr 2014 18:10:44 UTC Commit: 04f78ae0c189107a2d0f27cfbfc4e9ee4155a922 https://github.com/geany/geany-plugins/commit/04f78ae0c189107a2d0f27cfbfc4e9...
Log Message: ----------- Add new plugins to the installer
Modified Paths: -------------- build/geany-plugins.nsi
Modified: build/geany-plugins.nsi 5 files changed, 4 insertions(+), 1 deletions(-) =================================================================== @@ -149,8 +149,10 @@ Section Uninstall Delete "$INSTDIR\ReadMe.Windows.txt" Delete "$INSTDIR\uninst-plugins.exe" Delete "$INSTDIR\lib\addons.dll" + Delete "$INSTDIR\lib\autoclose.dll" Delete "$INSTDIR\lib\codenav.dll" Delete "$INSTDIR\lib\commander.dll" + Delete "$INSTDIR\lib\defineformat.dll" Delete "$INSTDIR\lib\geanydoc.dll" Delete "$INSTDIR\lib\geanyextrasel.dll" Delete "$INSTDIR\lib\geanygendoc.dll" @@ -166,6 +168,8 @@ Section Uninstall Delete "$INSTDIR\lib\geanyvc.dll" Delete "$INSTDIR\lib\geniuspaste.dll" Delete "$INSTDIR\lib\gproject.dll" + Delete "$INSTDIR\lib\pairtaghighlighter.dll" + Delete "$INSTDIR\lib\pohelper.dll" Delete "$INSTDIR\lib\pretty-printer.dll" Delete "$INSTDIR\lib\scope.dll" Delete "$INSTDIR\lib\shiftcolumn.dll" @@ -175,7 +179,6 @@ Section Uninstall Delete "$INSTDIR\lib\updatechecker.dll" Delete "$INSTDIR\lib\xmlsnippets.dll"
- Delete "$INSTDIR\bin\ctpl-2.dll" Delete "$INSTDIR\bin\libenchant.dll" Delete "$INSTDIR\bin\libsoup-2.4-1.dll"
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).