[geany/geany-plugins] 81cd2a: Include plugin icons in the Windows installer

Enrico Tröger git-noreply at xxxxx
Sat Oct 4 13:57:01 UTC 2014


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sat, 04 Oct 2014 13:57:01 UTC
Commit:      81cd2a28c5847a9fb353568b5ff7c12a8cbaf888
             https://github.com/geany/geany-plugins/commit/81cd2a28c5847a9fb353568b5ff7c12a8cbaf888

Log Message:
-----------
Include plugin icons in the Windows installer

This location is used by the gproject plugin which was currently missing its icons.


Modified Paths:
--------------
    build/geany-plugins.nsi

Modified: build/geany-plugins.nsi
3 lines changed, 3 insertions(+), 0 deletions(-)
===================================================================
@@ -105,6 +105,9 @@ Section "!Program Files" SEC01
 	SetOutPath "$INSTDIR\lib"
 	File /r "${RESOURCEDIR}\lib\*"
 
+	SetOutPath "$INSTDIR\share\icons"
+	File /r "${RESOURCEDIR}\share\icons\*"
+
 	SetOutPath "$INSTDIR\share\geany-plugins"
 	File /r "${RESOURCEDIR}\share\geany-plugins\*"
 SectionEnd



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


More information about the Plugins-Commits mailing list