Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Fri, 02 Jan 2015 09:59:17 UTC Commit: 516d4d68c6a97b523f8e02dae62d9e44092d3c04 https://github.com/geany/geany-plugins/commit/516d4d68c6a97b523f8e02dae62d9e...
Log Message: ----------- Remove geanyctags.dll when uninstalling on Windows
Modified Paths: -------------- build/geany-plugins.nsi
Modified: build/geany-plugins.nsi 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -158,6 +158,7 @@ Section Uninstall Delete "$INSTDIR\lib\commander.dll" Delete "$INSTDIR\lib\defineformat.dll" Delete "$INSTDIR\lib\geanydoc.dll" + Delete "$INSTDIR\lib\geanyctags.dll" Delete "$INSTDIR\lib\geanyextrasel.dll" Delete "$INSTDIR\lib\geanygendoc.dll" Delete "$INSTDIR\lib\geanyinsertnum.dll"
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).