We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bfb8db + 5fb3912 commit 5ebd3c0Copy full SHA for 5ebd3c0
package/mac_app_sign_and_package.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh --
2
#
3
# 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.
+# The final package will be created as ../dist/|APP_NAME|-setup-MacOS.pkg.
5
6
# Requirements for this script are:
7
@@ -413,7 +413,7 @@ productbuild --distribution ${RESOURCES}${DIST_DST} \
413
--version $VERSION \
414
--package-path ${DISTRIBUTION} \
415
--sign "$INST_IDENTITY" \
416
- ${DISTRIBUTION}${APP_NAME}-${VERSION}-setup-MacOS.pkg
+ ${DISTRIBUTION}${APP_NAME}-setup-MacOS.pkg
417
418
echo
419
0 commit comments