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