Skip to content

Commit e23a84b

Browse files
authored
Update after_success.sh
1 parent 330a3e6 commit e23a84b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ci/osx/after_success.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ chmod +x build/$APP.app/Contents/MacOS/cli/mc-agent build/$APP.app/Contents/MacO
4545

4646
# use macdeployqt to deploy the application
4747
echo "Calling macdeployqt"
48-
$QTDIR/bin/macdeployqt build/$APP.app
48+
$QTDIR/bin/macdeployqt -hardened-runtime build/$APP.app
4949
if [ "$?" -ne "0" ]; then
5050
echo "Failed to run macdeployqt"
5151
exit 1

0 commit comments

Comments
 (0)