From b7e7a087f8185f36be46715c6d962e262a6f5781 Mon Sep 17 00:00:00 2001 From: Rachel Powers <508861+Ryex@users.noreply.github.com> Date: Thu, 1 Dec 2022 15:53:51 -0700 Subject: [PATCH] fix: remove codesign for now, only build on tags Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> --- .github/workflows/build.yml | 2 -- macos/build.sh | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fa3d9290..e34ab056 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,8 +4,6 @@ on: push: tags: - '*' - branches: - - 'macos-appbundle' jobs: build: diff --git a/macos/build.sh b/macos/build.sh index 4faa875e..b04491aa 100755 --- a/macos/build.sh +++ b/macos/build.sh @@ -95,7 +95,8 @@ EOF # make executable chmod a+x novelWriter.app/Contents/MacOS/novelWriter -sudo codesign --sign - --deep --force --entitlements "$SCRIPT_DIR/../macos/App.entitlements" --options runtime "novelWriter.app/Contents/MacOS/novelWriter" +#do codesigning +#sudo codesign --sign - --deep --force --entitlements "$SCRIPT_DIR/../macos/App.entitlements" --options runtime "novelWriter.app/Contents/MacOS/novelWriter" # remove bloat pushd novelWriter.app/Contents/Resources || exit 1