Skip to content

feat(rust/gui-client/windows): sign the IPC service exe#7009

Merged
ReactorScram merged 2 commits intomainfrom
feat/sign-ipc-service-exe
Oct 11, 2024
Merged

feat(rust/gui-client/windows): sign the IPC service exe#7009
ReactorScram merged 2 commits intomainfrom
feat/sign-ipc-service-exe

Conversation

@ReactorScram
Copy link
Copy Markdown
Contributor

@ReactorScram ReactorScram commented Oct 11, 2024

Closes #7008.

We already signed the GUI exe and the entire MSI package, but when adding the IPC service we overlooked that one.
This PR:

  • Modifies the signing script to accept multiple EXEs
  • Modifies the Tauri bundle command to sign both exes
  • Updates the changelog
    image

@ReactorScram ReactorScram self-assigned this Oct 11, 2024
@vercel
Copy link
Copy Markdown

vercel bot commented Oct 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
firezone ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 11, 2024 3:05pm

Copy link
Copy Markdown
Contributor

@conectado conectado left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment on lines +18 to +20
<ChangeItem enable={title === "Linux GUI"}>
This is a maintenance release with no user-facing changes.
</ChangeItem>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we can just skip the changelog?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's there to fill space since the version number gets bumped on both OSes, right?

@ReactorScram ReactorScram added this pull request to the merge queue Oct 11, 2024
Merged via the queue into main with commit f1cd137 Oct 11, 2024
@ReactorScram ReactorScram deleted the feat/sign-ipc-service-exe branch October 11, 2024 20:58
@thomaseizinger
Copy link
Copy Markdown
Member

@ReactorScram Are you cutting a release with this right away? Then I'll still wait with merging #6999.

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.

Sign Windows IPC service exe in addition to signing the MSI / GUI exe

3 participants