diff --git a/forge.config.ts b/forge.config.ts index 24d65324..d0fa14b8 100644 --- a/forge.config.ts +++ b/forge.config.ts @@ -80,18 +80,6 @@ const config: ForgeConfig = { makers: [ new MakerSquirrel( (arch) => ({ - ...(process.env.PUBLISH == 'true' && { - windowsSign: { - debug:true, - hookFunction: (filePath) => { - import('child_process').then((cp) => - cp.execSync( - `signtool.exe sign /sha1 ${process.env.DIGICERT_FINGERPRINT} /tr http://timestamp.digicert.com /td SHA256 /fd SHA256 ${filePath}` - ) - ); - } - } - }), noDelta: !process.env.PUBLISH, remoteReleases: `https://comfyui-electron-releases.s3.us-west-2.amazonaws.com/win32/${arch}`, frameworkVersion: 'net481',