From d37081651f6b5553d6befa273b632a410e320560 Mon Sep 17 00:00:00 2001 From: Laksono Adhianto Date: Tue, 11 May 2021 15:10:55 -0500 Subject: [PATCH] Update release 2021.05 and minor fix notarize script --- edu.rice.cs.hpcviewer.ui/release.txt | 2 +- macos/notarize.sh | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/edu.rice.cs.hpcviewer.ui/release.txt b/edu.rice.cs.hpcviewer.ui/release.txt index c49e6617f..3033ab789 100644 --- a/edu.rice.cs.hpcviewer.ui/release.txt +++ b/edu.rice.cs.hpcviewer.ui/release.txt @@ -1 +1 @@ -Release 2021.04. Commit 397d67f +Release 2021.05. Commit 2bac08b diff --git a/macos/notarize.sh b/macos/notarize.sh index 723650589..75a7b1272 100755 --- a/macos/notarize.sh +++ b/macos/notarize.sh @@ -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 ############################## #