Skip to content

Commit

Permalink
remove USERNAME confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
glyph committed May 21, 2022
1 parent d524a1f commit a2f8153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions releaseme
Original file line number Diff line number Diff line change
Expand Up @@ -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' |
Expand Down Expand Up @@ -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}";

Expand Down

0 comments on commit a2f8153

Please sign in to comment.