Skip to content

Commit

Permalink
No delta
Browse files Browse the repository at this point in the history
  • Loading branch information
KenCorma committed Sep 20, 2024
1 parent b7d8a30 commit 7ae0b53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build/windows/app/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ runs:
if: ${{inputs.sign-and-publish == 'true' && always()}}
continue-on-error: true
shell: powershell
run: cd $HOME ; gc .signingmanager\logs\smksp.log
run: gc node_modules\electron-winstaller\vendor\Squirrel-Releasify.log
- name: verify signing
if: ${{inputs.sign-and-publish == 'true'}}
run: signtool verify /v /pa out/ComfyUI-win32-x64/ComfyUI.exe
Expand Down
2 changes: 1 addition & 1 deletion forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const config: ForgeConfig = {
makers: [
new MakerSquirrel(
(arch) => ({
noDelta: !process.env.PUBLISH,
noDelta: true,


signWithParams: `/sha1 ${process.env.DIGICERT_FINGERPRINT} /tr http://timestamp.digicert.com /td SHA256 /fd SHA256`,
Expand Down

0 comments on commit 7ae0b53

Please sign in to comment.