summary refs log tree commit diff
path: root/.ci/macos/settings.json
blob: d156a3b6a5a0d734d7c7355d9cd23dc09b05513d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "background": "builtin-arrow",
  "compression-level": 9,
  "contents": [
    {
      "path": "./build/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
    }
  }
}