fix: remove codesign for now, only build on tags

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2022-12-01 15:53:51 -07:00
parent 82dd1c46cf
commit b7e7a087f8
2 changed files with 2 additions and 3 deletions
-2
View File
@@ -4,8 +4,6 @@ on:
push:
tags:
- '*'
branches:
- 'macos-appbundle'
jobs:
build:
+2 -1
View File
@@ -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