mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 09:37:22 +00:00
related to https://github.com/electron-userland/electron-builder/issues/9072 fixes https://github.com/podman-desktop/podman-desktop/issues/15695 Signed-off-by: Florent Benoit <fbenoit@redhat.com>
13 lines
603 B
Diff
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())
|