Skip to content

Commit

Permalink
Add --timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
FigBug committed Feb 29, 2020
1 parent efaccd0 commit a6799f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/build.sh
Expand Up @@ -83,10 +83,10 @@ if [ "$OS" = "mac" ]; then

cd "$ROOT/ci/bin"
for filename in ./*.vst; do
codesign -s "$DEV_APP_ID" -v "$filename" --options=runtime
codesign -s "$DEV_APP_ID" -v "$filename" --options=runtime --timestamp
done
for filename in ./*.component; do
codesign -s "$DEV_APP_ID" -v "$filename" --options=runtime
codesign -s "$DEV_APP_ID" -v "$filename" --options=runtime --timestamp
done

# Build notarize tool
Expand Down

0 comments on commit a6799f8

Please sign in to comment.