Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Mon, 04 Mar 2013 21:59:40 UTC Commit: 6b4a8c5a39767e016b07b15caaee991201f30143 https://github.com/geany/geany-plugins/commit/6b4a8c5a39767e016b07b15caaee99...
Log Message: ----------- Add new plugins to list of uninstall files
Modified Paths: -------------- build/geany-plugins.nsi
Modified: build/geany-plugins.nsi 4 files changed, 4 insertions(+), 0 deletions(-) =================================================================== @@ -150,6 +150,7 @@ Section Uninstall Delete "$INSTDIR\uninst-plugins.exe" Delete "$INSTDIR\lib\addons.dll" Delete "$INSTDIR\lib\codenav.dll" + Delete "$INSTDIR\lib\commander.dll" Delete "$INSTDIR\lib\geanydoc.dll" Delete "$INSTDIR\lib\geanyextrasel.dll" Delete "$INSTDIR\lib\geanygendoc.dll" @@ -158,12 +159,15 @@ Section Uninstall Delete "$INSTDIR\lib\geanylipsum.dll" Delete "$INSTDIR\lib\geanylua.dll" Delete "$INSTDIR\lib\geanymacro.dll" + Delete "$INSTDIR\lib\geanyminiscript.dll" Delete "$INSTDIR\lib\geanynumberedbookmarks.dll" Delete "$INSTDIR\lib\geanyprj.dll" Delete "$INSTDIR\lib\geanysendmail.dll" Delete "$INSTDIR\lib\geanyvc.dll" + Delete "$INSTDIR\lib\geniuspaste.dll" Delete "$INSTDIR\lib\gproject.dll" Delete "$INSTDIR\lib\pretty-printer.dll" + Delete "$INSTDIR\lib\scope.dll" Delete "$INSTDIR\lib\shiftcolumn.dll" Delete "$INSTDIR\lib\spellcheck.dll" Delete "$INSTDIR\lib\tableconvert.dll"
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).