From 06db18cd377c58a49477b562a2cd4b160d06b6a7 Mon Sep 17 00:00:00 2001 From: Charles Lohr Date: Mon, 20 Jun 2005 04:59:26 +0000 Subject: [PATCH] OOps -- it put the background stuff in an extra folder up. I fixed it. --- stepmania/stepmania.nsi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index 8ab7a18a63..4d30bcb26a 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -189,10 +189,12 @@ File /r "NoteSkins\pump\default" ;SetOutPath "$INSTDIR\NoteSkins\para" ;File /r "NoteSkins\para\original" -SetOutPath "$INSTDIR\BackgroundEffects" +SetOutPath "$INSTDIR" + +CreateDirectory "$INSTDIR\BackgroundEffects" File /r "BackgroundEffects" -SetOutPath "$INSTDIR\BackgroundTransitions" +CreateDirectory "$INSTDIR\BackgroundTransitions" File /r "BackgroundTransitions" CreateDirectory "$INSTDIR\RandomMovies"