Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds DMG format option #9

Closed
wants to merge 2 commits into from
Closed

Conversation

gillesdemey
Copy link

@gillesdemey gillesdemey commented Apr 12, 2017

Would fix #8, tested with hdiutil

$ create-dmg -f UDZO fixture.app

$ hdiutil imageinfo fixture-0.0.1.dmg | grep Format
Format Description: UDIF read-only compressed (zlib)
Format: UDZO

@sindresorhus
Copy link
Owner

I'm intentionally not exposing an option for this as the current format works for most people. No good reason to support macOS versions older than 10.11. macOS upgrades are free. If you really need this, you could always fork and publish a version with more options.

@seppestas
Copy link

Well, at least some people seem to be using older versions of OSX/macOS, see gillesdemey/Cumulus#92.

Also, what about people having a company not to upgrade, need other software that only works on older versions of OSX, or just non-tech savvy people who have no clue upgrading is a good idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

allow passing the DMG format
3 participants