diff options
Diffstat (limited to '.ci/macos/settings.json')
-rw-r--r-- | .ci/macos/settings.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.ci/macos/settings.json b/.ci/macos/settings.json new file mode 100644 index 00000000..7747513e --- /dev/null +++ b/.ci/macos/settings.json @@ -0,0 +1,30 @@ +{ + "background": "builtin-arrow", + "compression-level": 9, + "contents": [ + { + "path": "/Applications/Nheko.app", + "type": "file", + "x": 140, + "y": 120 + }, + { + "path": "/Applications", + "type": "link", + "x": 500, + "y": 120 + } + ], + "format": "UDZO", + "title": "Nheko", + "window": { + "position": { + "x": 100, + "y": 100 + }, + "size": { + "height": 280, + "width": 640 + } + } +} |