From 96ef7ae066825f46508e747fe39b81c91a63d536 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Thu, 17 Feb 2022 17:15:53 -0800 Subject: [PATCH] ci: comment out error line for now --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a91224df6..4e111c508 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -427,7 +427,7 @@ jobs: # HACK: Remove unsignable frameworks rm -r $BUNDLE_NAME/Contents/Frameworks/QtUiPlugin.framework - rm -r $BUNDLE_NAME/Contents/Frameworks/QtZlib.framework + #rm -r $BUNDLE_NAME/Contents/Frameworks/QtZlib.framework # Sign application codesign --deep --sign "Developer ID Application: Olive Studios LLC" $BUNDLE_NAME