fix: Disable code signing to avoid Windows symlink errors

- Add signAndEditExecutable: false to skip code signing on Windows
- Clear electron-builder winCodeSign cache before build
- Add helpful error messages for symlink permission issues

The winCodeSign package contains macOS symlinks that fail to extract
on Windows without admin privileges or Developer Mode enabled.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
egg
2025-12-16 20:48:16 +08:00
parent c19b4e8292
commit 92e203422b
3 changed files with 23 additions and 1 deletions

View File

@@ -45,7 +45,8 @@
"arch": ["x64"]
}
],
"icon": "assets/icon.ico"
"icon": "assets/icon.ico",
"signAndEditExecutable": false
},
"mac": {
"target": [