From: Stephan Witt Date: Fri, 30 Dec 2022 11:07:20 +0000 (+0100) Subject: Make code sign operation the final step of package build. X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=cc607af469dbc982d6b29d29412f2e8a202c2b8b;p=features.git Make code sign operation the final step of package build. --- diff --git a/development/LyX-Mac-binary-release.sh b/development/LyX-Mac-binary-release.sh index f2683fec44..47b9d95734 100644 --- a/development/LyX-Mac-binary-release.sh +++ b/development/LyX-Mac-binary-release.sh @@ -1096,7 +1096,7 @@ if [ ${LyxOnlyPackage:-"no"} = "no" ]; then build_lyx convert_universal copy_dictionaries - test -n "${CODESIGN_IDENTITY}" && code_sign "${LYX_BUNDLE_PATH}" find "${LyxAppPrefix}" -type d -exec chmod go-w '{}' \; + test -n "${CODESIGN_IDENTITY}" && code_sign "${LYX_BUNDLE_PATH}" fi build_package