Skip to content

Commit

Permalink
Merge #858: [Build] [macOS] Fix macOS dmg issue (10.12+)
Browse files Browse the repository at this point in the history
21f5078 [macOS] Remove DS_Store WindowBounds bytes object (Jonas Schnelli)

Tree-SHA512: 32a19f1fd2ac6cf87c4abc09b9804534aca6690aff9b58986019ac52de42f04af8188015b3250301a612643116a4bd91e09a5cef3995eb53f880a73eb862f098
  • Loading branch information
Fuzzbawls committed Apr 10, 2019
2 parents 80bf51e + 21f5078 commit a2c8012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/macdeploy/custom_dsstore.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
ds = DSStore.open(output_file, 'w+')
ds['.']['bwsp'] = {
'ShowStatusBar': False,
'WindowBounds': b'{{300, 280}, {500, 343}}',
'WindowBounds': '{{300, 280}, {500, 343}}',
'ContainerShowSidebar': False,
'SidebarWidth': 0,
'ShowTabView': False,
Expand Down

0 comments on commit a2c8012

Please sign in to comment.