From a0344938fca3d73a50f0041778b3e9865895bf78 Mon Sep 17 00:00:00 2001 From: Charles Lohr Date: Mon, 28 Mar 2005 08:51:56 +0000 Subject: [PATCH] Fix: Installer (we don't use unlocks.dat anymore) --- stepmania/stepmania.nsi | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index c3f8fa9322..a6840d17f3 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -215,7 +215,6 @@ CreateDirectory "$INSTDIR\Data" SetOutPath "$INSTDIR\Data" File "Data\Translation.dat" File "Data\AI.ini" -File "Data\Unlocks.dat" File "Data\splash.png" SetOutPath "$INSTDIR\Program"