build(macos): allow local codesign [skip ci]

This commit is contained in:
Baptiste Augrain
2024-06-02 17:45:59 +02:00
parent 3860f2832c
commit c3064a2cb3
5 changed files with 48 additions and 20 deletions

View File

@@ -120,5 +120,11 @@ if [[ "${SKIP_ASSETS}" == "no" ]]; then
rm -rf build/windows/msi/releasedir
fi
if [[ "${OS_NAME}" == "osx" && -f "./macos-codesign.env" ]]; then
. macos-codesign.env
echo "CERTIFICATE_OSX_ID: ${CERTIFICATE_OSX_ID}"
fi
. prepare_assets.sh
fi