Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sun, 12 Apr 2015 20:53:24 UTC Commit: 36f01551b2c4e2285c6541f24bb13010e8959605 https://github.com/geany/geany/commit/36f01551b2c4e2285c6541f24bb13010e89596...
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).