Update signingHashAlgorithms to include sha1

This commit is contained in:
Pierre Jacquier
2025-04-11 05:18:56 -04:00
parent d1d8d0a82c
commit a1f5cdd690
2 changed files with 2 additions and 0 deletions

View File

@ -218,6 +218,7 @@ jobs:
# This is what electron-builder seems to want
- name: List certs
if: ${{ (env.IS_RELEASE == 'true' || env.IS_NIGHTLY == 'true') && matrix.os == 'windows-2022' }}
shell: pwsh
run: |
Get-ChildItem -Recurse Cert: -CodeSigningCert | Select-Object -Property Subject,PSParentPath,Thumbprint

View File

@ -35,6 +35,7 @@ win:
signtoolOptions:
certificateSha1: F4C9A52FF7BC26EE5E054946F6B11DEEA94C748D
signingHashAlgorithms:
- sha1
- sha256
publisherName: "KittyCAD Inc" # needs to be exactly like on Digicert
icon: "assets/icon.ico"