From a2f8153a33c8f45be7c9fd55cfccc50350b73f78 Mon Sep 17 00:00:00 2001 From: Glyph Date: Fri, 20 May 2022 23:23:05 -0700 Subject: [PATCH] remove USERNAME confusion --- releaseme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releaseme b/releaseme index 951118a..1b98574 100755 --- a/releaseme +++ b/releaseme @@ -11,7 +11,7 @@ cd dist; BUNDLE_ID='im.glyph.and.this.is.pomodouroboros'; NAME='Pomodouroboros'; -# set IDENTITY and USERNAME +# set IDENTITY and NOTARIZE_USERNAME . "${HOME}/.signing-vars.sh"; find "${NAME}.app" -iname '*.so' -or -iname '*.dylib' | @@ -42,7 +42,7 @@ xcrun altool \ --notarize-app \ --file "${NAME}.app.zip" \ --type osx \ - --username "${USERNAME}" \ + --username "${NOTARIZE_USERNAME}" \ --password "@keychain:NOTARIZE_KEY" \ --primary-bundle-id="${BUNDLE_ID}";