Skip to content

Notary is 0.3.0 - #41

Merged
sepehr-safari merged 1 commit into
mainfrom
release-0.3.0
Aug 7, 2026
Merged

Notary is 0.3.0#41
sepehr-safari merged 1 commit into
mainfrom
release-0.3.0

Conversation

@sepehr-safari

Copy link
Copy Markdown
Contributor

Fixes the install failure you hit:

error: the download did not contain Notary.app.

What was wrong

Nothing in the installer. It looks for Notary.app, which is correct.

The app was renamed from Signet to Notary in #35, and no release was cut
afterwards
. So the newest release is still Signet v0.2.0, shipping
Signet-v0.2.0-macos.zip, and inside it is Signet.app. The installer downloads
the newest release, does not find Notary.app in it, and stops.

Confirmed by downloading the current release and listing it:

Archive:  Signet-v0.2.0-macos.zip
        0  Signet.app/
        0  Signet.app/Contents/

The release pipeline was already correct: gui/app.zon declares
display_name = "Notary" and the workflow zips gui/dist/Notary.app into
Notary-<tag>-macos.zip. It only ever needed a tag.

What this ships

Ten commits have been sitting behind that tag:

  • the rename itself
  • a copy pass over the setup screen, serving screen, approval prompts and both
    READMEs
  • the first-run setup screen no longer cutting its own explanation in half
  • the four screens in the README
  • the library's signer core, and Native SDK 0.7.2

After this merges I will tag v0.3.0, then download the artifact and check it
actually contains Notary.app before saying it works.

The installer has been broken since the rename. It looks for Notary.app,
and the newest release still carried Signet.app, so every install failed
with "the download did not contain Notary.app".

Nothing was wrong with the script. The app was renamed in #35 and no
release was cut afterwards, so the newest download was still the old app
under the old name. Ten commits have landed behind that tag, including
the rename, a copy pass, and the setup screen no longer cutting its own
explanation in half.

The release pipeline was already right: app.zon says Notary and the
workflow zips Notary.app. It just needed a tag.
@sepehr-safari
sepehr-safari merged commit c06ca3c into main Aug 7, 2026
3 checks passed
@sepehr-safari
sepehr-safari deleted the release-0.3.0 branch August 7, 2026 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant