From cc607af469dbc982d6b29d29412f2e8a202c2b8b Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Fri, 30 Dec 2022 12:07:20 +0100 Subject: [PATCH] Make code sign operation the final step of package build. --- development/LyX-Mac-binary-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5