From e184f6372d1d0d054f991717f460b941da3f0f30 Mon Sep 17 00:00:00 2001 From: Joseph Donofry Date: Fri, 21 Oct 2022 00:42:59 -0400 Subject: [PATCH] One more time for the unzip --- .ci/macos/notarize.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci/macos/notarize.sh b/.ci/macos/notarize.sh index b4ca31e6..81158ed2 100755 --- a/.ci/macos/notarize.sh +++ b/.ci/macos/notarize.sh @@ -21,6 +21,8 @@ if [ "${CI_PIPELINE_TRIGGERED}" ]; then # so move it to the right place for the rest of the process. ( cd build || exit unzip nheko.zip + mv build/nheko.app . + rm -rf build ) fi