We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 330a3e6 commit e23a84bCopy full SHA for e23a84b
1 file changed
scripts/ci/osx/after_success.sh
@@ -45,7 +45,7 @@ chmod +x build/$APP.app/Contents/MacOS/cli/mc-agent build/$APP.app/Contents/MacO
45
46
# use macdeployqt to deploy the application
47
echo "Calling macdeployqt"
48
-$QTDIR/bin/macdeployqt build/$APP.app
+$QTDIR/bin/macdeployqt -hardened-runtime build/$APP.app
49
if [ "$?" -ne "0" ]; then
50
echo "Failed to run macdeployqt"
51
exit 1
0 commit comments