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.

This commit is contained in:
Steve Checkoway
2007-08-05 02:11:37 +00:00
parent e2a601b1bd
commit b5e276e2f3
-9
View File
@@ -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