Skip to content

Commit

Permalink
For sanity sake remove signing
Browse files Browse the repository at this point in the history
  • Loading branch information
KenCorma committed Aug 28, 2024
1 parent 5cafae4 commit 605092e
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 @@ -18,19 +18,7 @@ const config: ForgeConfig = {
require("child_process").execSync(`signtool.exe sign /sha1 ${process.env.DIGICERT_FINGERPRINT} /tr http://timestamp.digicert.com /td SHA256 /fd SHA256 ${filePath}`)
},
}},
osxSign: {
identity: process.env.SIGN_ID,

optionsForFile: (filepath) => {
return { entitlements: './assets/entitlements.mac.plist' };
},
},
extraResource: ['./assets/ComfyUI', './assets/python'],
osxNotarize: {
appleId: process.env.APPLE_ID,
appleIdPassword: process.env.APPLE_PASSWORD,
teamId: process.env.APPLE_TEAM_ID
}
},
rebuildConfig: {},
hooks: {
Expand Down

0 comments on commit 605092e

Please sign in to comment.