diff options
Diffstat (limited to 'make-macosx-ub.sh')
-rwxr-xr-x | make-macosx-ub.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-macosx-ub.sh b/make-macosx-ub.sh index 77673739..424d5a7e 100755 --- a/make-macosx-ub.sh +++ b/make-macosx-ub.sh @@ -2,7 +2,7 @@ APPBUNDLE=Tremulous.app BINARY=Tremulous.ub PKGINFO=APPLTREM -ICNS=src/unix/MacSupport/Tremulous.icns +ICNS=misc/Tremulous.icns DESTDIR=build/release-darwin-ub BASEDIR=base Q3_VERSION=`grep "\#define Q3_VERSION" src/qcommon/q_shared.h | \ |