LinusU / node-appdmg

💾 Generate your app dmgs
MIT License
1.69k stars 152 forks source link

Add support for ULMO format (LZMA compression) #220

Closed zorgiepoo closed 1 year ago

zorgiepoo commented 1 year ago

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.

LinusU commented 1 year ago

Released as 🚢 0.6.5 / 2023-02-01