Skip to content

Commit d9a8afe

Browse files
committed
Update build_mac_universal.sh
1 parent e049299 commit d9a8afe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/scripts/build_mac_universal.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ mkdir dmg
6969
mv Friction.app dmg/
7070
(cd dmg ; ln -sf /Applications Applications)
7171

72+
DOC=Friction.app/Contents/Resources/docs/index.html
73+
if [ -f "dmg/${DOC}" ]; then
74+
(cd dmg ; ln -sf ${DOC} Documentation.html)
75+
fi
76+
7277
# https://github.com/actions/runner-images/issues/7522
7378
max_tries=10
7479
i=0

0 commit comments

Comments
 (0)