mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 02:49:46 +00:00
Make code sign operation the final step of package build.
This commit is contained in:
parent
39d040b2a7
commit
cc607af469
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user