From d676f5fb759d613aba84032af10681d04dcc23ed Mon Sep 17 00:00:00 2001 From: Zorg Date: Tue, 31 Jan 2023 20:21:39 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20Add=20support=20for=20ULMO=20for?= =?UTF-8?q?mat=20(LZMA=20compression)=20(#220)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + schema.json | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 46a1320..7dc292a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/schema.json b/schema.json index a7d5dce..8482207 100644 --- a/schema.json +++ b/schema.json @@ -62,6 +62,7 @@ "UDCO", "UDZO", "ULFO", + "ULMO", "UDBZ" ] },