Skip to content

Commit

Permalink
Update release 2021.05 and minor fix notarize script
Browse files Browse the repository at this point in the history
  • Loading branch information
laksono committed May 11, 2021
1 parent 2bac08b commit d370816
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion edu.rice.cs.hpcviewer.ui/release.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Release 2021.04. Commit 397d67f
Release 2021.05. Commit 2bac08b
6 changes: 1 addition & 5 deletions macos/notarize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,7 @@ unzip -q ../$FILE
# Notarize the viewer
#
##############################
#result=`gon $BASE_CONFIG`
if [ "$result" -ne "0" ]; then
echo "Cannot notarize the app. Please check on Apple notarization server"
exit 1
fi
gon $BASE_CONFIG

##############################
#
Expand Down

0 comments on commit d370816

Please sign in to comment.