summaryrefslogtreecommitdiffstats
path: root/appdmg.json
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-11-22 19:26:36 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2016-11-22 19:26:36 +0100
commit6e9298e084f1e63c65c98d33091d8360ece3a68f (patch)
tree65e7ff5f7de10db5d0eaf55cd1dd137d3c18f264 /appdmg.json
parent4b75c42ac647e15cfa4e72a7286b07a48059849a (diff)
DMG styling fix
Diffstat (limited to 'appdmg.json')
-rw-r--r--appdmg.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/appdmg.json b/appdmg.json
index 02c629a1..52481787 100644
--- a/appdmg.json
+++ b/appdmg.json
@@ -5,8 +5,8 @@
"icon-size": 80,
"contents": [
{ "x": 64, "y": 64, "type": "file", "path": "QtPass.app" },
- { "x": 448, "y": 64, "type": "link", "path": "/Applications" },
+ { "x": 428, "y": 64, "type": "link", "path": "/Applications" },
{ "x": 64, "y": 448, "type": "file", "path": "README.rtf" },
- { "x": 448, "y": 448, "type": "file", "path": "LICENSE" }
+ { "x": 428, "y": 448, "type": "file", "path": "LICENSE" }
]
}