From b5e276e2f38d4f2687c7e1ed8de773d3c23602fa Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 5 Aug 2007 02:11:37 +0000 Subject: [PATCH] Out of date. We do not use Installer packages any more. mkrelease.pl makes a disk image with the application which can be installed simply be dragging it into the StepMania folder. The theme and noteskin data are packaged inside. --- stepmania/PBProject/README | 9 --------- 1 file changed, 9 deletions(-) diff --git a/stepmania/PBProject/README b/stepmania/PBProject/README index 162c89e3c4..4009d11dd1 100644 --- a/stepmania/PBProject/README +++ b/stepmania/PBProject/README @@ -19,14 +19,5 @@ instead of "-configuration Native" $ strip -x StepMania.app/Contents/MacOS/StepMania to reduce the size of the binary. -INSTALL -To build an Installer package, run scripts/mkrelease.pl. It takes one -optional argument which should probably be a date. For example -$ scripts/mkrelease.pl -will produce StepMania-4.0-beta4.pkg if ProductInfo.h defines the -version to be "4.0 beta4". -$ scripts/mkrelease.pl 20060507 -will produce StepMania-CVS-20060507.pkg for CVS releases - Steve Checkoway stevecheckoway@users.sf.net