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.
1 parent 5be00ee commit 28dc4b5Copy full SHA for 28dc4b5
1 file changed
pkgbuild.sh
@@ -48,6 +48,9 @@ xcrun stapler staple "${APP_PATH}"
48
49
# Remove the temporary zip
50
rm "${APP_ZIP}"
51
+rm ${EXPORT_PATH}/Packaging.log
52
+rm ${EXPORT_PATH}/DistributionSummary.plist
53
+rm ${EXPORT_PATH}/ExportOptions.plist
54
55
# Suppose we have build/azooKeyMac.app
56
# Use this script to create a plist package for distribution
0 commit comments