From 04a83462c33357bda4a4ee7b7774c747e27d92ed Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Thu, 24 Jun 2021 09:19:27 -0600 Subject: [PATCH] Add notarization to TUI TUI is deprecated, binary will be dropped in the future --- .github/workflows/build-app.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-app.yml b/.github/workflows/build-app.yml index 2683a4165..a913918d7 100644 --- a/.github/workflows/build-app.yml +++ b/.github/workflows/build-app.yml @@ -18,8 +18,9 @@ jobs: - run: pyinstaller OpenCore-Patcher.spec - run: ./after_pyinstaller.sh - + - run: 'codesign -s "Developer ID Application: Mykola Grymalyuk (S74BDJXQMD)" -v --deep --timestamp --entitlements entitlements.plist -o runtime "dist/OpenCore-Patcher.app"' - run: cd dist; zip -r ../OpenCore-Patcher-TUI.app.zip OpenCore-Patcher.app + - run: ./../sign-tui.sh - name: Upload App to Artifacts uses: actions/upload-artifact@v2 with: