Skip to content

Commit 754a00d

Browse files
committed
Merge #14416: Fix OSX dmg issue (10.12 to 10.14)
43719e0 [macOS] Remove DS_Store WindowBounds bytes object (Jonas Schnelli) Pull request description: This seems to fix the macOS 10.12+ DMG issue in conjunction with Gitian on Bionic Tree-SHA512: 3cdad7aaebed2eb320015e2053954444b28802a60505225d7f6affdd83c523de8738ecb53a48ba8c30266315716e3782c681208e6e547e94adcac39797139247
2 parents 613fc95 + 43719e0 commit 754a00d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/macdeploy/custom_dsstore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
ds = DSStore.open(output_file, 'w+')
1414
ds['.']['bwsp'] = {
1515
'ShowStatusBar': False,
16-
'WindowBounds': b'{{300, 280}, {500, 343}}',
16+
'WindowBounds': '{{300, 280}, {500, 343}}',
1717
'ContainerShowSidebar': False,
1818
'SidebarWidth': 0,
1919
'ShowTabView': False,

0 commit comments

Comments
 (0)