ci: rm zlib on arm64
This commit is contained in:
@@ -427,7 +427,10 @@ jobs:
|
||||
|
||||
# HACK: Remove unsignable frameworks
|
||||
rm -r $BUNDLE_NAME/Contents/Frameworks/QtUiPlugin.framework
|
||||
#rm -r $BUNDLE_NAME/Contents/Frameworks/QtZlib.framework
|
||||
if [ "${{ matrix.os-arch }}" == "arm64" ]
|
||||
then
|
||||
rm -r $BUNDLE_NAME/Contents/Frameworks/QtZlib.framework
|
||||
fi
|
||||
|
||||
# Sign application
|
||||
codesign --deep --sign "Developer ID Application: Olive Studios LLC" $BUNDLE_NAME
|
||||
|
||||
Reference in New Issue
Block a user