Make code sign operation the final step of package build.

This commit is contained in:
Stephan Witt 2022-12-30 12:07:20 +01:00
parent 39d040b2a7
commit cc607af469

View File

@ -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