[LyX/master] Make code sign operation the final step of package build.

Stephan Witt switt at lyx.org
Fri Dec 30 10:16:10 UTC 2022


commit cc607af469dbc982d6b29d29412f2e8a202c2b8b
Author: Stephan Witt <switt at lyx.org>
Date:   Fri Dec 30 12:07:20 2022 +0100

    Make code sign operation the final step of package build.
---
 development/LyX-Mac-binary-release.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/development/LyX-Mac-binary-release.sh b/development/LyX-Mac-binary-release.sh
index f2683fe..47b9d95 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


More information about the lyx-cvs mailing list