Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit d370816

Browse files
committed
Update release 2021.05 and minor fix notarize script
1 parent 2bac08b commit d370816

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Release 2021.04. Commit 397d67f
1+
Release 2021.05. Commit 2bac08b

macos/notarize.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,7 @@ unzip -q ../$FILE
8585
# Notarize the viewer
8686
#
8787
##############################
88-
#result=`gon $BASE_CONFIG`
89-
if [ "$result" -ne "0" ]; then
90-
echo "Cannot notarize the app. Please check on Apple notarization server"
91-
exit 1
92-
fi
88+
gon $BASE_CONFIG
9389

9490
##############################
9591
#

0 commit comments

Comments
 (0)