From 332c3729719146cb5a981a7f5b1acde38dff7908 Mon Sep 17 00:00:00 2001 From: Kaalleen Date: Sat, 11 Jun 2022 10:49:13 +0200 Subject: [PATCH] notarize dev build --- bin/build-distribution-archives | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-distribution-archives b/bin/build-distribution-archives index 26ec26e3b..b808f5521 100644 --- a/bin/build-distribution-archives +++ b/bin/build-distribution-archives @@ -19,7 +19,7 @@ if [ "$BUILD" = "osx" ]; then # Build on GitHub will be handled differently from local builds. # Local builds will not be signed nor notarized. They are run to produce releases for legacy versions of macOS. # Notarization for development branches can be forced with this variable set to true - NOTARIZE_DEVELOPMENT_BUILDS=false + NOTARIZE_DEVELOPMENT_BUILDS=true if [[ ! -z "${GITHUB_REF}" ]]; then # This code signs and notarize the inkstitch.app