medfall

A super great game engine
Log | Files | Refs

commit 9e58119e8f6fe8b45c2557f625afeab2c2e44d44
parent 1b7cc892fefa7537934c850d1a149f45b0219d0f
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Fri Jul  7 22:21:02 +0300

Add scripts/package_osx.sh

Diffstat:
scripts/package_osx.sh | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/scripts/package_osx.sh b/scripts/package_osx.sh @@ -0,0 +1,6 @@ +#! /bin/sh + +mkdir -p release/pkg/Applications/Medfall.app +cp release/launch release/pkg/Applications/Medfall.app + +pkgbuild --root release/pkg --identifier com.medfall release/Medfall.pkg