From 43719e0a3411e6a08e04908332cb44adfa00c6a2 Mon Sep 17 00:00:00 2001 From: Jonas Schnelli Date: Thu, 18 Oct 2018 20:44:22 +0200 Subject: [macOS] Remove DS_Store WindowBounds bytes object --- contrib/macdeploy/custom_dsstore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/macdeploy/custom_dsstore.py b/contrib/macdeploy/custom_dsstore.py index 6fa134972a..c29f83a91e 100755 --- a/contrib/macdeploy/custom_dsstore.py +++ b/contrib/macdeploy/custom_dsstore.py @@ -13,7 +13,7 @@ package_name_ns = sys.argv[2] 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, -- cgit v1.2.3