From ab021101e7c3b7f5e5943793b024395b336cbc3f Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 21 Mar 2017 20:49:04 +0100 Subject: Fix MB32C OSX package-name --- tools/osx_packaging/osx_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index bd94f45807..ecfacd2d62 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -66,7 +66,7 @@ while [ $# -gt 0 ] ; do STRIP= ; PRODUCT_PKG_DIR=Mixbus32C; lower_case_appname=mixbus32c; - APPNAME=Mixbus32C-${major_version} ; + APPNAME=Mixbus32C ; BUNDLENAME=Mixbus32C-${major_version} ; shift ;; --public) -- cgit v1.2.3