Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
KenCorma committed Sep 20, 2024
1 parent 13c5fb7 commit 41d4876
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 41d4876

Please sign in to comment.