We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d53dc commit d676f5fCopy full SHA for d676f5f
‎README.md‎
@@ -67,6 +67,7 @@ the JSON file's path.
67
- `UDZO` - UDIF zlib-compressed image
68
- `UDBZ` - UDIF bzip2-compressed image (OS X 10.4+ only)
69
- `ULFO` - UDIF lzfse-compressed image (OS X 10.11+ only)
70
+ - `ULMO` - UDIF lzma-compressed image (macOS 10.15+ only)
71
- `contents` (array[object], required) - This is the contents of your DMG.
72
- `x` (number, required) - X position relative to icon center
73
- `y` (number, required) - Y position relative to icon center
‎schema.json‎
@@ -62,6 +62,7 @@
62
"UDCO",
63
"UDZO",
64
"ULFO",
65
+ "ULMO",
66
"UDBZ"
]
},
0 commit comments