Skip to content

Commit

Permalink
[#350] trying newer version of electron builder
Browse files Browse the repository at this point in the history
  • Loading branch information
casaout committed Jan 24, 2025
1 parent 1d35297 commit 9191d87
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 9191d87

Please sign in to comment.