Skip to content

Commit

Permalink
fix path for mac release
Browse files Browse the repository at this point in the history
  • Loading branch information
tezeb committed Oct 24, 2017
1 parent 378868f commit c3b5b26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appdmg.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion release-mac
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c3b5b26

Please sign in to comment.