Skip to content

Commit

Permalink
Revert "Push"
Browse files Browse the repository at this point in the history
This reverts commit 7c9365c.
  • Loading branch information
robinjhuang committed Sep 22, 2024
1 parent 3936195 commit 6ba5416
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const config: ForgeConfig = {
windowsSign: {
debug: true,
hookFunction: (filePath) => {
if (!filePath.endsWith('ComfyUI.exe')) return; // For now just ignore any file that isnt the main exe will need to change when building with installers/auto updates / a compiled python servesr
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}`
Expand Down

0 comments on commit 6ba5416

Please sign in to comment.