Skip to content

Commit

Permalink
try this legacy param
Browse files Browse the repository at this point in the history
  • Loading branch information
KenCorma committed Sep 20, 2024
1 parent 78b43b7 commit b7d8a30
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@ 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 b7d8a30

Please sign in to comment.