Update signingHashAlgorithms to include sha1
This commit is contained in:
		
							
								
								
									
										1
									
								
								.github/workflows/build-apps.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/build-apps.yml
									
									
									
									
										vendored
									
									
								
							| @ -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 | ||||
|  | ||||
| @ -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" | ||||
|  | ||||
		Reference in New Issue
	
	Block a user