Skip to content

Commit

Permalink
Use more well known compression naming
Browse files Browse the repository at this point in the history
  • Loading branch information
zorgiepoo committed Feb 4, 2023
1 parent 7f3699a commit 2aecf76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $ create-dmg --help

## DMG

The DMG detects the minimum runtime of the app, and uses ULFO (macOS 10.11 or later) and APFS (macOS 10.13 or later) when possible. Otherwise UDZO and HFS+ are used when appropriate. The resulting image has the filename `App Name 0.0.0.dmg`, for example `Lungo 1.0.0.dmg`.
The DMG detects the minimum runtime of the app, and uses LZFSE (macOS 10.11 or later) and APFS (macOS 10.13 or later) when possible. Otherwise zlib and HFS+ are used when appropriate. The resulting image has the filename `App Name 0.0.0.dmg`, for example `Lungo 1.0.0.dmg`.

It will try to code sign the DMG, but the DMG is still created and fine even if the code signing fails, for example if you don't have a developer certificate.

Expand Down

0 comments on commit 2aecf76

Please sign in to comment.