Skip to content

Commit

Permalink
🎉 Add support for ULMO format (LZMA compression) (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
zorgiepoo authored Feb 1, 2023
1 parent 23d53dc commit d676f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ the JSON file's path.
- `UDZO` - UDIF zlib-compressed image
- `UDBZ` - UDIF bzip2-compressed image (OS X 10.4+ only)
- `ULFO` - UDIF lzfse-compressed image (OS X 10.11+ only)
- `ULMO` - UDIF lzma-compressed image (macOS 10.15+ only)
- `contents` (array[object], required) - This is the contents of your DMG.
- `x` (number, required) - X position relative to icon center
- `y` (number, required) - Y position relative to icon center
Expand Down
1 change: 1 addition & 0 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"UDCO",
"UDZO",
"ULFO",
"ULMO",
"UDBZ"
]
},
Expand Down

0 comments on commit d676f5f

Please sign in to comment.