diff options
-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 fc34f63..11ecf7e 100755 --- a/make-macosx-ub.sh +++ b/make-macosx-ub.sh @@ -1,7 +1,7 @@ #!/bin/sh APPBUNDLE=ioquake3.app BINARY=ioquake3.ub -PKGINFO=APPIOQ3 +PKGINFO=APPLIOQ3 ICNS=code/unix/MacSupport/ioquake3.icns DESTDIR=build/release-darwin-ub BASEDIR=baseq3 |