]> git.lyx.org Git - lyx.git/commitdiff
Make code sign operation the final step of package build.
authorStephan Witt <switt@lyx.org>
Fri, 30 Dec 2022 11:07:20 +0000 (12:07 +0100)
committerStephan Witt <switt@lyx.org>
Fri, 30 Dec 2022 11:08:55 +0000 (12:08 +0100)
development/LyX-Mac-binary-release.sh

index f2683fec4497d69203f557745a82efbde89b5488..47b9d957342d272d0e935f8a8b7ed7e811a91bb0 100644 (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