summaryrefslogtreecommitdiffstats
path: root/appdmg.json
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-12-13 10:52:52 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2016-12-13 10:52:52 +0100
commit79499d06d6731c637b8c975a7e0c2c79df28ec5e (patch)
treecef7bfb74eca01822f012496a7462f693a69f8f9 /appdmg.json
parent15a29cdce0e5da587e58da82e9c8a8b43f15ea59 (diff)
Some minor cleanup
Diffstat (limited to 'appdmg.json')
-rw-r--r--appdmg.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/appdmg.json b/appdmg.json
index 52481787..6d386c00 100644
--- a/appdmg.json
+++ b/appdmg.json
@@ -4,7 +4,7 @@
"background": "artwork/icon.png",
"icon-size": 80,
"contents": [
- { "x": 64, "y": 64, "type": "file", "path": "QtPass.app" },
+ { "x": 64, "y": 64, "type": "file", "path": "src/QtPass.app" },
{ "x": 428, "y": 64, "type": "link", "path": "/Applications" },
{ "x": 64, "y": 448, "type": "file", "path": "README.rtf" },
{ "x": 428, "y": 448, "type": "file", "path": "LICENSE" }