Skip to content

Commit dffbd08

Browse files
ishikawa-proclaude
andcommitted
fix: remove conflicting forceCodeSigning option
The forceCodeSigning: true option conflicts with identity: null. Removed it to allow electron-builder to skip signing as intended. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 1c049ba commit dffbd08

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

electron-builder.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"npmRebuild": false,
1717
"buildDependenciesFromSource": true,
1818
"nodeGypRebuild": false,
19-
"forceCodeSigning": true,
2019
"mac": {
2120
"category": "public.app-category.developer-tools",
2221
"target": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diff-viewer",
3-
"version": "0.1.15",
3+
"version": "0.1.16",
44
"description": "A rich Git diff viewer with syntax highlighting",
55
"main": "build/electron/main.js",
66
"homepage": "./",

0 commit comments

Comments
 (0)