Skip to content

Commit d676f5f

Browse files
authored
🎉 Add support for ULMO format (LZMA compression) (#220)
1 parent 23d53dc commit d676f5f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎README.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ the JSON file's path.
6767
- `UDZO` - UDIF zlib-compressed image
6868
- `UDBZ` - UDIF bzip2-compressed image (OS X 10.4+ only)
6969
- `ULFO` - UDIF lzfse-compressed image (OS X 10.11+ only)
70+
- `ULMO` - UDIF lzma-compressed image (macOS 10.15+ only)
7071
- `contents` (array[object], required) - This is the contents of your DMG.
7172
- `x` (number, required) - X position relative to icon center
7273
- `y` (number, required) - Y position relative to icon center

‎schema.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"UDCO",
6363
"UDZO",
6464
"ULFO",
65+
"ULMO",
6566
"UDBZ"
6667
]
6768
},

0 commit comments

Comments
 (0)