Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sat, 12 Mar 2016 17:32:40 UTC Commit: 12f6ad69159c723bd6264e5f18b7aa58ca19438d https://github.com/geany/geany/commit/12f6ad69159c723bd6264e5f18b7aa58ca1943...
Log Message: ----------- Install and uninstall ReadMe.Dependencies.Geany.txt
Modified Paths: -------------- geany.nsi.in
Modified: geany.nsi.in 3 lines changed, 3 insertions(+), 0 deletions(-) =================================================================== @@ -219,6 +219,8 @@ SectionEnd Section "GTK ${GTK_VERSION} Runtime Environment" SEC06 SectionIn 1 SetOverwrite ifnewer + SetOutPath "$INSTDIR" + File "gtk\ReadMe.Dependencies.Geany.txt" SetOutPath "$INSTDIR\bin" File /r "gtk\bin*" SetOutPath "$INSTDIR\etc" @@ -293,6 +295,7 @@ Section Uninstall Delete "$INSTDIR\uninst.exe" Delete "$INSTDIR\News.txt" Delete "$INSTDIR\ReadMe.txt" + Delete "$INSTDIR\ReadMe.Dependencies.Geany.txt" Delete "$INSTDIR\Thanks.txt" Delete "$INSTDIR\ToDo.txt" Delete "$INSTDIR\Authors.txt"
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).