Force codesign

This commit is contained in:
Victor Tran 2022-04-27 12:25:22 +10:00 committed by GitHub
parent f6e7f1d192
commit bd18987c43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,4 +19,4 @@ mkdir -p $RESOURCES_BUNDLE
cp Distribution/icon.icns $RESOURCES_BUNDLE
cp Distribution/Info.plist $APP_BUNDLE/Contents/
codesign --deep -s - $APP_BUNDLE || true
codesign --deep --force -s - $APP_BUNDLE || true