diff options
| author | Jonas Schnelli <[email protected]> | 2018-10-18 20:44:22 +0200 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2018-10-20 15:12:02 +0200 |
| commit | 43719e0a3411e6a08e04908332cb44adfa00c6a2 (patch) | |
| tree | e8d01f6436c257947d6efee9f446249bcb16fbc9 /contrib/macdeploy | |
| parent | Merge #14374: qt: Add "Blocksdir" to Debug window (diff) | |
| download | discoin-43719e0a3411e6a08e04908332cb44adfa00c6a2.tar.xz discoin-43719e0a3411e6a08e04908332cb44adfa00c6a2.zip | |
[macOS] Remove DS_Store WindowBounds bytes object
Diffstat (limited to 'contrib/macdeploy')
| -rwxr-xr-x | contrib/macdeploy/custom_dsstore.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/macdeploy/custom_dsstore.py b/contrib/macdeploy/custom_dsstore.py index 6fa134972..c29f83a91 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, |