Files
itgmania212121/Xcode/scripts/README.md
T

35 lines
899 B
Markdown
Raw Normal View History

2014-07-16 05:04:53 -04:00
StepMania Scripts For OS X
=========
2014-08-31 21:59:00 -04:00
These scripts can be used to bundle a .dmg installer of StepMania.
2014-07-16 05:04:53 -04:00
It assumes you have already built a StepMania.app using Xcode and
2014-08-31 21:59:00 -04:00
that your *stepmania* directory structure is intact as you cloned it.
2014-07-16 05:04:53 -04:00
2014-08-31 21:59:00 -04:00
Bundling a Release:
-------------------
To bundle a release version of StepMania open a terminal and cd to
your *stepmania* directory, then run the following commands:
```
2014-07-16 05:04:53 -04:00
cd Xcode/scripts
ruby mkrelease.rb
2014-08-31 21:59:00 -04:00
```
This will create a disk image like *StepMania-v5.0-beta-4-mac.dmg*
in the root of your *stepmania* directory.
Bundling a Nightly:
-------------------
To bundle an intermediate or "nightly" .dmg installer, cd to your
*stepmania* directory, and run the following commands:
```
cd Xcode/scripts
ruby mkrelease.rb nightly
```
2014-07-16 05:04:53 -04:00
2014-08-31 21:59:00 -04:00
This will create a disk image like *StepMania-v5.0-31-8-2014-mac.dmg*
in the root of your *stepmania* directory.