Merge #14416: Fix OSX dmg issue (10.12 to 10.14) (#4177)

This commit is contained in:
PastaPastaPasta 2021-06-04 00:10:36 +03:00 committed by UdjinM6
parent 4f4bda0557
commit 3661f36bbd
No known key found for this signature in database
GPG Key ID: 83592BD1400D58D9

View File

@ -13,7 +13,7 @@ package_name_ns = sys.argv[2]
ds = DSStore.open(output_file, 'w+') ds = DSStore.open(output_file, 'w+')
ds['.']['bwsp'] = { ds['.']['bwsp'] = {
'ShowStatusBar': False, 'ShowStatusBar': False,
'WindowBounds': b'{{300, 280}, {500, 343}}', 'WindowBounds': '{{300, 280}, {500, 343}}',
'ContainerShowSidebar': False, 'ContainerShowSidebar': False,
'SidebarWidth': 0, 'SidebarWidth': 0,
'ShowTabView': False, 'ShowTabView': False,