summaryrefslogtreecommitdiffstats
path: root/appdmg.json
diff options
context:
space:
mode:
authortezeb <tezeb+github@outoftheblue.pl>2017-10-24 02:33:36 +0200
committertezeb <tezeb+github@outoftheblue.pl>2017-10-24 02:33:36 +0200
commitc3b5b264e14554c922f4c7eeb3860d340d2f59d7 (patch)
tree7facfaa5251df01e1e85c74addbe836640bb96e2 /appdmg.json
parent378868f739e64ccf1d3ff7d27e480fd7f6bc648d (diff)
fix path for mac release
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 6d386c00..53df620f 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": "src/QtPass.app" },
+ { "x": 64, "y": 64, "type": "file", "path": "main/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" }