[geany/geany] 122374: Windows installer: Install GTK translations only if selected

Enrico Tröger git-noreply at xxxxx
Mon Apr 22 20:37:51 UTC 2019


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Mon, 22 Apr 2019 20:37:51 UTC
Commit:      1223743b70a234d57787c12dad98427861acab60
             https://github.com/geany/geany/commit/1223743b70a234d57787c12dad98427861acab60

Log Message:
-----------
Windows installer: Install GTK translations only if selected

Closes #2090.


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

Modified: geany.nsi.in
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -234,7 +234,7 @@ Section "GTK ${GTK_VERSION} Runtime Environment" SEC06
 	SetOutPath "$INSTDIR\lib"
 	File /r "gtk\lib\*"
 	SetOutPath "$INSTDIR\share"
-	File /r "gtk\share\*"
+	File /r /x "*.mo" "gtk\share\*"
 SectionEnd
 !endif
 



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