podman-desktop/patches/dmg-builder.patch

13 lines
603 B
Diff

diff --git a/vendor/dmgbuild/core.py b/vendor/dmgbuild/core.py
index 1adc35289fc604f3dd5545d3d86fbacb6baeaf69..473e70a3a7a4e9285517634a0749d9da82211699 100644
--- a/vendor/dmgbuild/core.py
+++ b/vendor/dmgbuild/core.py
@@ -255,7 +255,7 @@ def build_dmg():
icvp['backgroundColorBlue'] = float(c.b)
elif background_file:
alias = Alias.for_file(background_file)
- background_bmk = Bookmark.for_file(background_file)
+ # background_bmk = Bookmark.for_file(background_file)
icvp['backgroundType'] = 2
icvp['backgroundImageAlias'] = biplist.Data(alias.to_bytes())