Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Mon, 18 Jun 2012 22:02:48 Commit: 920fe578346b461ba7cd675ad2c88b3067c01d9c https://github.com/geany/geany/commit/920fe578346b461ba7cd675ad2c88b3067c01d...
Log Message: ----------- Add missing files in the Windows installer
Even this has been done post-release, the changes were also used for the 1.22 release.
Modified Paths: -------------- geany.nsi
Modified: geany.nsi 4 files changed, 4 insertions(+), 0 deletions(-) =================================================================== @@ -128,12 +128,16 @@ Section "!Program Files" SEC01 SetOutPath "$INSTDIR\data" File "${RESOURCEDIR}\data\GPL-2" File "${RESOURCEDIR}\data\file*" + File "${RESOURCEDIR}\data\geany.glade" File "${RESOURCEDIR}\data\snippets.conf" File "${RESOURCEDIR}\data\ui_toolbar.xml"
SetOutPath "$INSTDIR\data\templates" File /r "${RESOURCEDIR}\data\templates*"
+ SetOutPath "$INSTDIR\data\colorschemes" + File /r "${RESOURCEDIR}\data\colorschemes*" + SetOutPath "$INSTDIR\share\icons" File /r "${RESOURCEDIR}\share\icons*"
@@ Diff output truncated at 100000 characters. @@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).