Skip to content

Commit

Permalink
Add code signing for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
jblang committed Apr 1, 2020
1 parent 7a8519d commit 06c4b4c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/deploy-mac
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ mkdir bin/XaoS.app/Contents/Resources/examples/
cp examples/*/* bin/XaoS.app/Contents/Resources/examples/
cp -R catalogs bin/XaoS.app/Contents/Resources/
cp -R tutorial bin/XaoS.app/Contents/Resources/
$MACDEPLOYQT bin/XaoS.app -dmg
if [ -z "$1" ]; then
$MACDEPLOYQT bin/XaoS.app -dmg
else
$MACDEPLOYQT bin/XaoS.app -dmg -codesign="$1"
fi

0 comments on commit 06c4b4c

Please sign in to comment.