this should be the final dmg customization commit

This commit is contained in:
Max 2026-07-08 15:41:30 -05:00
parent 8de787b3ea
commit fb3695df05
2 changed files with 2 additions and 0 deletions

View file

@ -170,6 +170,7 @@ find "$DMG_FOLDER" -mindepth 1 -type f | while IFS= read -r src; do
dmg-hfsplus "$UNCOMPRESSED_DMG" chmod "$dst" 0644
fi
done
dmg-hfsplus "$UNCOMPRESSED_DMG" -s clone_link addall "$DMG_FOLDER/Applications" /
# https://developer.apple.com/library/archive/technotes/tn/tn1150.html
# kHasCustomIcon

View file

@ -166,6 +166,7 @@ find "$DMG_FOLDER" -mindepth 1 -type f | while IFS= read -r src; do
dmg-hfsplus "$UNCOMPRESSED_DMG" chmod "$dst" 0644
fi
done
dmg-hfsplus "$UNCOMPRESSED_DMG" -s clone_link addall "$DMG_FOLDER/Applications" /
# https://developer.apple.com/library/archive/technotes/tn/tn1150.html
# kHasCustomIcon