diff options
| author | haoyuren <13851610112@163.com> | 2026-03-13 16:00:14 -0500 |
|---|---|---|
| committer | haoyuren <13851610112@163.com> | 2026-03-13 16:00:14 -0500 |
| commit | eb0c0f1a9fc06d05ea0ecaa9361e0beb49eee68e (patch) | |
| tree | cd4aa47ae0da392b9870c4859929a2790ccb4686 /electron-builder.yml | |
| parent | 5df827619c9a255992cda9202ccbcb7091e1beff (diff) | |
Fix DMG code signing with afterPack re-sign hook
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'electron-builder.yml')
| -rw-r--r-- | electron-builder.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/electron-builder.yml b/electron-builder.yml index 5d1d3b4..991af70 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -25,8 +25,10 @@ files: - node_modules/binary-extensions/**/* asarUnpack: - node_modules/node-pty/**/* +afterPack: ./scripts/afterPack.js mac: icon: resources/icon.icns + identity: null target: - dmg category: public.app-category.productivity |
