Skip to content

Commit

Permalink
Corrected endpoint and certificate profile name for code signing
Browse files Browse the repository at this point in the history
  • Loading branch information
jzongker committed Feb 12, 2025
1 parent ba65476 commit 9873dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@
"icon": "build/public/icon.png",
"azureSignOptions": {
"publisherName": "Live Church Solutions",
"endpoint": "https://neu.codesigning.azure.net/",
"certificateProfileName": "freeshow-code-signing",
"endpoint": "https://wus2.codesigning.azure.net/",
"certificateProfileName": "FreeShow",
"codeSigningAccountName": "FreeShow"
}
}
Expand Down

0 comments on commit 9873dd6

Please sign in to comment.