Skip to content

Commit

Permalink
drop csc fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjennings authored Oct 15, 2024
1 parent fd93196 commit 6ee3dad
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions electron-builder.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,7 @@ const config = {
win: {
icon: "build/icons.icns",
publisherName: "Command Line Inc",
target: ["nsis", "msi", "zip"],
certificateSubjectName: "Command Line Inc",
certificateSha1: process.env.SM_CODE_SIGNING_CERT_SHA1_HASH,
signingHashAlgorithms: ["sha256"],
target: ["nsis", "msi", "zip"]
},
appImage: {
license: "LICENSE",
Expand Down

0 comments on commit 6ee3dad

Please sign in to comment.