Ensure we create a DMG file that's compatible with macOS 10.10+

This commit is contained in:
Dave Page 2019-04-15 12:12:36 +01:00
parent 024cfd2fab
commit 1a192109d6

View File

@ -29,7 +29,7 @@ for src in "${DMG_SOURCES}"; do
done
echo "Creating image"
${HDIUTIL} create -quiet -srcfolder "$DMG_DIR" -format UDZO -volname "${DMG_VOLUME_NAME}" -ov "${DMG_IMAGE}" || exit 1
${HDIUTIL} create -quiet -srcfolder "$DMG_DIR" -fs HFS+ -format UDZO -volname "${DMG_VOLUME_NAME}" -ov "${DMG_IMAGE}" || exit 1
rm -rf "${DMG_DIR}" || exit 1
echo "Attaching License to image"