From e6d4a7e4dba7efda4ce06b8410ee31086b54c920 Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch Date: Wed, 4 Feb 2009 17:04:22 +0100 Subject: Fixed a bug in windows setup script which caused translations to be extracted to the wrong directory. --- packaging/windows/setup.nsi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'packaging/windows/setup.nsi') diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi index 6859a941..c5d1b483 100644 --- a/packaging/windows/setup.nsi +++ b/packaging/windows/setup.nsi @@ -188,8 +188,7 @@ Section "Music" SecMusic SectionEnd Section "Translations" SecTrans - CreateDirectory "$INSTDIR\translations" - SetOutPath "$INSTDIR\translations" + SetOutPath "$INSTDIR" File /nonfatal /r "${SRCDIR}\translations" SectionEnd -- cgit v1.2.3-70-g09d2