[geany/geany] cfe43e: Add colorschemes from the geany-themes project if available

Enrico Tröger git-noreply at xxxxx
Sun Apr 13 09:34:58 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:        Sun, 13 Apr 2014 09:34:58 UTC
Commit:      cfe43e297930a4f4a59f25f1b737901a4f914fc9
             https://github.com/geany/geany/commit/cfe43e297930a4f4a59f25f1b737901a4f914fc9

Log Message:
-----------
Add colorschemes from the geany-themes project if available


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

Modified: geany.nsi
2 files changed, 2 insertions(+), 0 deletions(-)
===================================================================
@@ -138,6 +138,8 @@ Section "!Program Files" SEC01
 
 	SetOutPath "$INSTDIR\data\colorschemes"
 	File /r "${RESOURCEDIR}\data\colorschemes\*"
+	# Geany color schemes project, don't bail out if they are missing
+	File /nonfatal /r "..\geany-themes\colorschemes\*.conf"
 
 	SetOutPath "$INSTDIR\share\icons"
 	File /r "${RESOURCEDIR}\share\icons\*"



--------------
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