changeset 639:d800680f8d96

Use HFS+ for disc images, for compatibility
author Chris Cannam
date Thu, 17 Oct 2019 13:54:02 +0100
parents 2d1ec96b00b1
children 606bdcc3856a
files deploy/osx/deploy-and-package.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/deploy/osx/deploy-and-package.sh	Thu Oct 17 08:40:36 2019 +0100
+++ b/deploy/osx/deploy-and-package.sh	Thu Oct 17 13:54:02 2019 +0100
@@ -55,7 +55,7 @@
 
 rm -f "$dmg"
 
-hdiutil create -srcfolder "$volume" "$dmg" -volname "$volume" && 
+hdiutil create -srcfolder "$volume" "$dmg" -volname "$volume" -fs HFS+ && 
 	rm -r "$volume"
 
 echo "Done"