summaryrefslogtreecommitdiff
path: root/packaging/windows
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-01-16 16:46:32 -0700
committerIra Rice <irarice@gmail.com>2009-01-16 16:46:32 -0700
commit1ac350cb425249f37961206a04427e084d2fa833 (patch)
tree06c63f47d7b301da29d283ec66ea58517db65cb5 /packaging/windows
parent9fe5ab08903ba9902725b500f588afd9ed58f2da (diff)
downloadmana-client-1ac350cb425249f37961206a04427e084d2fa833.tar.gz
mana-client-1ac350cb425249f37961206a04427e084d2fa833.tar.bz2
mana-client-1ac350cb425249f37961206a04427e084d2fa833.tar.xz
mana-client-1ac350cb425249f37961206a04427e084d2fa833.zip
Fixed the installing of the dejavu ttf file (previous commit forgot it)
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'packaging/windows')
-rw-r--r--packaging/windows/setup.nsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi
index d37a5cce..c380e7b7 100644
--- a/packaging/windows/setup.nsi
+++ b/packaging/windows/setup.nsi
@@ -148,6 +148,7 @@ Section "Core files (required)" SecCore
CreateShortCut "$SMPROGRAMS\Aethyra\Aethyra.lnk" "$INSTDIR\aethyra.exe"
CreateShortCut "$DESKTOP\Aethyra.lnk" "$INSTDIR\aethyra.exe"
CreateDirectory "$INSTDIR\data"
+ CreateDirectory "$INSTDIR\data\fonts"
CreateDirectory "$INSTDIR\data\graphics"
CreateDirectory "$INSTDIR\data\help"
CreateDirectory "$INSTDIR\data\icons"
@@ -166,6 +167,8 @@ Section "Core files (required)" SecCore
File "${AETHYRAROOT}\COPYING"
File "${AETHYRAROOT}\NEWS"
File "${AETHYRAROOT}\README"
+ SetOutPath "$INSTDIR\data\fonts"
+ File "${AETHYRAROOT}\data\fonts\*.ttf"
SetOutPath "$INSTDIR\data\graphics\gui"
File "${AETHYRAROOT}\data\graphics\gui\*.png"
File "${AETHYRAROOT}\data\graphics\gui\*.xml"