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

Add support for ULMO format (LZMA compression) #220

Merged
merged 1 commit into from
Feb 1, 2023

Conversation

zorgiepoo
Copy link
Contributor

@zorgiepoo zorgiepoo commented Jan 14, 2023

This is a simple change to add ULMO format option (requires macOS 10.15+) in the json schema specification. I tested this locally by creating a lzma based dmg using appdmg.

For additional context, lzma has a high level of compression (e.g. for one of the chromium based apps I tested I see a difference from 240 MB (lzfse) vs 185 MB (lzma)) with a slower extraction time, but often the file size savings lzma produces against the decompression time are quite favorable.

Copy link
Owner

@LinusU LinusU left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neat! 👍

@LinusU LinusU merged commit d676f5f into LinusU:master Feb 1, 2023
@LinusU
Copy link
Owner

LinusU commented Feb 1, 2023

Released as 🚢 0.6.5 / 2023-02-01

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.

2 participants