From 5fb39129dcb140c0417a329fe1f2d4a7bf7bf0fc Mon Sep 17 00:00:00 2001 From: Jeff Martin Date: Thu, 28 Sep 2017 14:09:55 -0700 Subject: [PATCH] Removed version from the package name created by the Mac platform packager. --- package/mac_app_sign_and_package.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/mac_app_sign_and_package.sh b/package/mac_app_sign_and_package.sh index ae8de1a..28a8fee 100755 --- a/package/mac_app_sign_and_package.sh +++ b/package/mac_app_sign_and_package.sh @@ -1,7 +1,7 @@ #!/bin/sh -- # # This script signs and packages a Mac OS X application bundle. -# The final package will be created as ../dist/|APP_NAME|-|VERSION|-setup-MacOS.pkg. +# The final package will be created as ../dist/|APP_NAME|-setup-MacOS.pkg. # # Requirements for this script are: # @@ -413,7 +413,7 @@ productbuild --distribution ${RESOURCES}${DIST_DST} \ --version $VERSION \ --package-path ${DISTRIBUTION} \ --sign "$INST_IDENTITY" \ - ${DISTRIBUTION}${APP_NAME}-${VERSION}-setup-MacOS.pkg + ${DISTRIBUTION}${APP_NAME}-setup-MacOS.pkg echo