Skip to content

Commit

Permalink
chore: use Sha1 hash for selection
Browse files Browse the repository at this point in the history
  • Loading branch information
marstamm committed Apr 23, 2024
1 parent 22a12d0 commit 73bc611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"afterPack": "./tasks/after-pack.js",
"afterSign": "./tasks/after-sign.js",
"win": {
"certificateSha1": "98B80B9F9F7526306371EEA8FB5FB52B945B4A90",
"target": [
{
"target": "zip",
"arch": [ "x64", "ia32" ]
}
],
"certificateSubjectName": "Camunda Services GmbH"
]
},
"linux": {
"category": "Development",
Expand Down

0 comments on commit 73bc611

Please sign in to comment.