From 814465df80678ecd913aff9abb881fca81016dd8 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Thu, 3 Jan 2008 07:45:39 +0000 Subject: [PATCH] Be specific about what files to copy. --- stepmania/Utils/CreatePackage.pl | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/stepmania/Utils/CreatePackage.pl b/stepmania/Utils/CreatePackage.pl index 5c8fa52226..bb2355a895 100755 --- a/stepmania/Utils/CreatePackage.pl +++ b/stepmania/Utils/CreatePackage.pl @@ -148,10 +148,17 @@ my @files = ( "BackgroundTransitions", "BGAnimations", "Characters", - "Courses", + "Courses/Samples", "Data", - "NoteSkins", - "Themes", + "NoteSkins/common/common", + "NoteSkins/dance/default", + "NoteSkins/dance/bold", + "NoteSkins/dance/flat", + "NoteSkins/pump/Classic", + "NoteSkins/pump/default", + "Themes/default", + "Themes/pump", + "Themes/beat" ); ZipFiles( ".", "StepMania", \@files );