Fix missing template files in the Windows installer.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5107 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
f425a75cbb
commit
b264ba6107
@ -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:
|
||||
|
@ -132,6 +132,9 @@ Section "!Program Files" SEC01
|
||||
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\*"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user