Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cody for Windows installer: builds/signs x64 msi. #53832

Merged
merged 1 commit into from
Jun 23, 2023

Conversation

nelsonjr
Copy link
Contributor

This installer assumes you first ran ./enterprise/dev/app/build-windows.sh.

Test plan

  1. Enter folder <root>/windows/installer/cody
  2. Run build.cmd

@cla-bot cla-bot bot added the cla-signed label Jun 21, 2023
@nelsonjr nelsonjr requested a review from peterguy June 21, 2023 07:49
Copy link
Contributor

@peterguy peterguy left a comment

Choose a reason for hiding this comment

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

Looks great. Lots of work to code sign; includes the first PowerShell script in the Sourcegraph code base!

@nelsonjr nelsonjr merged commit 115fd33 into main Jun 23, 2023
10 checks passed
@nelsonjr nelsonjr deleted the nelsona/cody-win-installer branch June 23, 2023 21:08
@@ -0,0 +1,28 @@
$target = $args[0]

echo "Signing: ${target} | ${env:STORE_TYPE}/${env:STORE_KEY}/${env:STORE_ALIAS}/${env:STORE_CERT}"
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm no Windows expert but looks like we could automate some of the codesigning?
https://tauri.app/v1/guides/distribution/sign-windows#bonus-sign-your-application-with-github-actions

@nelsonjr nelsonjr mentioned this pull request Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants