summaryrefslogtreecommitdiff
path: root/tools/osx_packaging
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-03-21 20:49:04 +0100
committerRobin Gareus <robin@gareus.org>2017-03-21 20:49:04 +0100
commitab021101e7c3b7f5e5943793b024395b336cbc3f (patch)
treeb3ad31a55dcfc9d922801d935f8dacf2de99ed21 /tools/osx_packaging
parent1fe10c0e3eaca5e96acbc7dfc80b668e89adafee (diff)
Fix MB32C OSX package-name
Diffstat (limited to 'tools/osx_packaging')
-rwxr-xr-xtools/osx_packaging/osx_build2
1 files changed, 1 insertions, 1 deletions
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)