Skip to content

Commit 3f5d027

Browse files
committed
ci: disable notarization of electron builder
disable notarization of electron builder explicitly to avoid unintentionally double notarization. ref: electron/notarize#163 (comment)
1 parent 74a824a commit 3f5d027

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/neuron-wallet/electron-builder.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ mac:
7979
arch:
8080
- arm64
8181
- x64
82+
notarize: false # https://github.com/electron/notarize/issues/163#issuecomment-1726106735
8283

8384
linux:
8485
artifactName: "${productName}-v${version}-${arch}.${ext}"

0 commit comments

Comments
 (0)