Fix syntax

This commit is contained in:
Victor Tran 2022-04-27 12:06:04 +10:00 committed by GitHub
parent 4dc24cd4e2
commit 5863220bcd
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 ||
codesign --deep -s - $APP_BUNDLE || true