From 41d48764d36eaeab93f9dd1ae6b7cc13bbb6d468 Mon Sep 17 00:00:00 2001 From: Kendal Cormany Date: Thu, 19 Sep 2024 18:29:50 -0700 Subject: [PATCH] try this --- forge.config.ts | 12 ------------ 1 file changed, 12 deletions(-) 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',