Skip to content

Commit c3b5b26

Browse files
committed
fix path for mac release
1 parent 378868f commit c3b5b26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appdmg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"background": "artwork/icon.png",
55
"icon-size": 80,
66
"contents": [
7-
{ "x": 64, "y": 64, "type": "file", "path": "src/QtPass.app" },
7+
{ "x": 64, "y": 64, "type": "file", "path": "main/QtPass.app" },
88
{ "x": 428, "y": 64, "type": "link", "path": "/Applications" },
99
{ "x": 64, "y": 448, "type": "file", "path": "README.rtf" },
1010
{ "x": 428, "y": 448, "type": "file", "path": "LICENSE" }

release-mac

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ sed 's/CHANGELOG\.md/https:\/\/qtpass.org\/docs\/md__c_h_a_n_g_e_l_o_g.html/' <
44
sed 's/\[\!.*//' < README.changelog > README.clean
55
pandoc --standalone --from=markdown_github --to=rtf --output=README.rtf README.clean FAQ.md CONTRIBUTING.md CHANGELOG.md
66
doxygen
7-
qmake CONFIG+=release && make && macdeployqt src/QtPass.app && appdmg appdmg.json src/QtPass.dmg
7+
qmake CONFIG+=release && make && macdeployqt src/QtPass.app && appdmg appdmg.json main/QtPass.dmg

0 commit comments

Comments
 (0)