[geany/geany] b9605e: Windows: install and remove new run script helper in the installer

Enrico Tröger git-noreply at geany.org
Sun Nov 13 13:55:43 UTC 2016


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sun, 13 Nov 2016 13:55:43 UTC
Commit:      b9605ee02eb389cb16abb5cd00d8e4f1da4fe042
             https://github.com/geany/geany/commit/b9605ee02eb389cb16abb5cd00d8e4f1da4fe042

Log Message:
-----------
Windows: install and remove new run script helper in the installer


Modified Paths:
--------------
    geany.nsi.in

Modified: geany.nsi.in
4 lines changed, 4 insertions(+), 0 deletions(-)
===================================================================
@@ -133,6 +133,9 @@ Section "!Program Files" SEC01
 	File "${RESOURCEDIR}\bin\Geany.exe"
 	File "${RESOURCEDIR}\bin\*Geany*.dll"
 
+	SetOutPath "$INSTDIR\libexec"
+	File /r "${RESOURCEDIR}\libexec\*"
+
 	SetOutPath "$INSTDIR\data"
 	File "${RESOURCEDIR}\data\GPL-2"
 	File "${RESOURCEDIR}\data\filetype_extensions.conf"
@@ -307,6 +310,7 @@ Section Uninstall
 	RMDir /r "$INSTDIR\etc"
 	RMDir /r "$INSTDIR\include"
 	RMDir /r "$INSTDIR\lib"
+	RMDir /r "$INSTDIR\libexec"
 	RMDir /r "$INSTDIR\share"
 	RMDir "$INSTDIR"
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list