Skip to content

Commit

Permalink
Merge pull request #356 from HASEL-UZH/350-win-code-sign
Browse files Browse the repository at this point in the history
[#350] trying newer version of electron builder
  • Loading branch information
casaout authored Jan 24, 2025
2 parents bc7e331 + 9191d87 commit 9dec13c
Show file tree
Hide file tree
Showing 3 changed files with 245 additions and 73 deletions.
8 changes: 4 additions & 4 deletions src/electron/electron-builder.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ module.exports = {
win: {
target: ["nsis"],
azureSignOptions: {
publisherName: process.env.AZURE_PUBLISHER_NAME,
endpoint: process.env.AZURE_ENDPOINT,
codeSigningAccountName: process.env.AZURE_CODE_SIGNING_NAME,
certificateProfileName: process.env.AZURE_CERT_PROFILE_NAME,
publisherName: `${process.env.AZURE_PUBLISHER_NAME}`,
endpoint: `${process.env.AZURE_ENDPOINT}`,
codeSigningAccountName: `${process.env.AZURE_CODE_SIGNING_NAME}`,
certificateProfileName: `${process.env.AZURE_CERT_PROFILE_NAME}`,
},
},
nsis: {
Expand Down
Loading

0 comments on commit 9dec13c

Please sign in to comment.