[geany/geany] 36f015: Windows Installer: add geany-0.dll to the installer

Enrico Tröger git-noreply at xxxxx
Sun Apr 12 20:53:24 UTC 2015


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sun, 12 Apr 2015 20:53:24 UTC
Commit:      36f01551b2c4e2285c6541f24bb13010e8959605
             https://github.com/geany/geany/commit/36f01551b2c4e2285c6541f24bb13010e8959605

Log Message:
-----------
Windows Installer: add geany-0.dll to the installer


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

Modified: geany.nsi
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -124,6 +124,7 @@ Section "!Program Files" SEC01
 
 	SetOutPath "$INSTDIR\bin"
 	File "${RESOURCEDIR}\bin\Geany.exe"
+	File "${RESOURCEDIR}\bin\Geany*.dll"
 
 	SetOutPath "$INSTDIR\data"
 	File "${RESOURCEDIR}\data\GPL-2"



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