Skip to content

Commit

Permalink
use sign with params
Browse files Browse the repository at this point in the history
  • Loading branch information
KenCorma committed Sep 20, 2024
1 parent e92a7ed commit 78b43b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ const config: ForgeConfig = {
new MakerSquirrel(
(arch) => ({
noDelta: !process.env.PUBLISH,
windowsSign: {
signWithParams: `/sha1 ${process.env.DIGICERT_FINGERPRINT} /tr http://timestamp.digicert.com /td SHA256 /fd SHA256`,
},
remoteReleases: `https://comfyui-electron-releases.s3.us-west-2.amazonaws.com/win32/${arch}`,
frameworkVersion: 'net481',
}),
Expand Down

0 comments on commit 78b43b7

Please sign in to comment.