From 3d18b2830f00fc4bd85e504b54531bbc0d2c2ce0 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') diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi index 731994b8..d5905c45 100644 --- a/packaging/windows/setup.nsi +++ b/packaging/windows/setup.nsi @@ -189,8 +189,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-60-g2f50