summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--appdmg.json2
-rwxr-xr-xrelease-mac2
2 files changed, 2 insertions, 2 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" }
diff --git a/release-mac b/release-mac
index 7266eed5..1d415b20 100755
--- a/release-mac
+++ b/release-mac
@@ -4,4 +4,4 @@ sed 's/CHANGELOG\.md/https:\/\/qtpass.org\/docs\/md__c_h_a_n_g_e_l_o_g.html/' <
sed 's/\[\!.*//' < README.changelog > README.clean
pandoc --standalone --from=markdown_github --to=rtf --output=README.rtf README.clean FAQ.md CONTRIBUTING.md CHANGELOG.md
doxygen
-qmake CONFIG+=release && make && macdeployqt src/QtPass.app && appdmg appdmg.json src/QtPass.dmg
+qmake CONFIG+=release && make && macdeployqt src/QtPass.app && appdmg appdmg.json main/QtPass.dmg