Skip to content

Commit eb2cc84

Browse files
jonasschnellilaanwj
authored andcommitted
[macOS] Remove DS_Store WindowBounds bytes object
Github-Pull: #14416 Rebased-From: 43719e0 Tree-SHA512: 0b5987abf34a8c62c3f704c4ca3c9837a23fbce11954740461833099157db94418886001993f9f1a0b3252c923bd049bc1e1d0f99d04205c889270755a8cd245
1 parent 1b5af2c commit eb2cc84

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)