summaryrefslogtreecommitdiffstats
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-12-02 02:43:01 +0100
commite46cfc60742fcd1c6e64f493e44e1cd31171cefb (patch)
treeed0b864c35b514605137f3aaa14f858eac4664be
parent57e87dbbd1ec0c794f7793cefd8d61b77493878b (diff)
DMG styling fix
-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" }
]
}