From fa32e5e4899a72ab4dc5f254f5beffe5e106576b Mon Sep 17 00:00:00 2001 From: Binrui Dong Date: Fri, 7 May 2021 15:02:59 -0400 Subject: [PATCH] Update dmgback.png path in dmgsettings.py --- build-data/osx/dmgsettings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-data/osx/dmgsettings.py b/build-data/osx/dmgsettings.py index 219eb6e057cee..331ac9046b506 100644 --- a/build-data/osx/dmgsettings.py +++ b/build-data/osx/dmgsettings.py @@ -82,7 +82,7 @@ def icon_from_app(app_path): # # Other color components may be expressed either in the range 0 to 1, or # as percentages (e.g. 60% is equivalent to 0.6). -background = 'data/osx/dmgback.png' +background = 'build-data/osx/dmgback.png' show_status_bar = False show_tab_view = False