From b718c87014dd2a62cfb62d3a9b931e5094c62160 Mon Sep 17 00:00:00 2001 From: Richard Allen Date: Fri, 30 Mar 2012 13:14:38 +0000 Subject: [PATCH] update --- reaction/make-macosx.sh | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/reaction/make-macosx.sh b/reaction/make-macosx.sh index c3ed5347..83af118b 100644 --- a/reaction/make-macosx.sh +++ b/reaction/make-macosx.sh @@ -1,19 +1,19 @@ #!/bin/sh -APPBUNDLE=ioquake3.app -BINARY=ioquake3.x86_64 -DEDBIN=ioq3ded.x86_64 +APPBUNDLE=Reaction.app +BINARY=Reaction.x86_64 +DEDBIN=Reactionded.x86_64 PKGINFO=APPLIOQ3 ICNS=misc/quake3.icns DESTDIR=build/release-darwin-x86_64 -BASEDIR=baseq3 +BASEDIR=Boomstick MPACKDIR=missionpack RENDERDIR=build/release-darwin-x86_64 BIN_OBJ=" - build/release-darwin-x86_64/ioquake3.x86_64 + build/release-darwin-x86_64/Reaction.x86_64 " BIN_DEDOBJ=" - build/release-darwin-x86_64/ioq3ded.x86_64 + build/release-darwin-x86_64/Reactionded.x86_64 " BASE_OBJ=" build/release-darwin-x86_64/$BASEDIR/cgamex86_64.dylib @@ -33,7 +33,7 @@ RENDER_OBJ=" cd `dirname $0` if [ ! -f Makefile ]; then - echo "This script must be run from the ioquake3 build directory" + echo "This script must be run from the Reaction build directory" exit 1 fi @@ -82,7 +82,7 @@ fi if [ ! -d $DESTDIR/$APPBUNDLE/Contents/Resources ]; then mkdir -p $DESTDIR/$APPBUNDLE/Contents/Resources fi -cp $ICNS $DESTDIR/$APPBUNDLE/Contents/Resources/ioquake3.icns || exit 1; +cp $ICNS $DESTDIR/$APPBUNDLE/Contents/Resources/Reaction.icns || exit 1; echo $PKGINFO > $DESTDIR/$APPBUNDLE/Contents/PkgInfo echo " @@ -96,15 +96,15 @@ echo " CFBundleExecutable $BINARY CFBundleGetInfoString - ioquake3 $Q3_VERSION + Reaction $Q3_VERSION CFBundleIconFile - ioquake3.icns + Reaction.icns CFBundleIdentifier - org.ioquake.ioquake3 + org.ioquake.Reaction CFBundleInfoDictionaryVersion 6.0 CFBundleName - ioquake3 + Reaction CFBundlePackageType APPL CFBundleShortVersionString