Skip to content

Commit 5ebd3c0

Browse files
authored
Merge pull request #104 from PropGit/demo
Removed version from the package name created by the Mac platform pac…
2 parents 4bfb8db + 5fb3912 commit 5ebd3c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/mac_app_sign_and_package.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh --
22
#
33
# This script signs and packages a Mac OS X application bundle.
4-
# The final package will be created as ../dist/|APP_NAME|-|VERSION|-setup-MacOS.pkg.
4+
# The final package will be created as ../dist/|APP_NAME|-setup-MacOS.pkg.
55
#
66
# Requirements for this script are:
77
#
@@ -413,7 +413,7 @@ productbuild --distribution ${RESOURCES}${DIST_DST} \
413413
--version $VERSION \
414414
--package-path ${DISTRIBUTION} \
415415
--sign "$INST_IDENTITY" \
416-
${DISTRIBUTION}${APP_NAME}-${VERSION}-setup-MacOS.pkg
416+
${DISTRIBUTION}${APP_NAME}-setup-MacOS.pkg
417417

418418
echo
419419

0 commit comments

Comments
 (0)