Revision: 5107 http://geany.svn.sourceforge.net/geany/?rev=5107&view=rev Author: eht16 Date: 2010-07-25 11:11:04 +0000 (Sun, 25 Jul 2010)
Log Message: ----------- Fix missing template files in the Windows installer.
Modified Paths: -------------- trunk/ChangeLog trunk/geany.nsi
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2010-07-18 17:56:12 UTC (rev 5106) +++ trunk/ChangeLog 2010-07-25 11:11:04 UTC (rev 5107) @@ -1,3 +1,9 @@ +2010-07-25 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de> + + * geany.nsi: + Fix missing template files in the Windows installer. + + 2010-07-18 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* data/filetypes.python:
Modified: trunk/geany.nsi =================================================================== --- trunk/geany.nsi 2010-07-18 17:56:12 UTC (rev 5106) +++ trunk/geany.nsi 2010-07-25 11:11:04 UTC (rev 5107) @@ -132,6 +132,9 @@ File "${RESOURCEDIR}\data\snippets.conf" File "${RESOURCEDIR}\data\ui_toolbar.xml"
+ SetOutPath "$INSTDIR\data\templates" + File /r "${RESOURCEDIR}\data\templates*" + SetOutPath "$INSTDIR\share\icons" File /r "${RESOURCEDIR}\share\icons*"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.