Skip to content

Commit

Permalink
add sha256 digest for Windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
jgadsden committed Dec 4, 2024
1 parent b267c27 commit f737731
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Build Windows executable
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEBUG: electron-builder
# code signing using Extended Verification (EV) open source certificate
CSC_KEY_PASSWORD: ${{ secrets.WINDOWS_OSS_CERT_PASSWORD}}
CSC_LINK: ${{ secrets.WINDOWS_OSS_CERT }}
Expand Down
2 changes: 1 addition & 1 deletion td.vue/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ module.exports = {
}
],
rfc3161TimeStampServer: 'http://timestamp.acs.microsoft.com',
signingHashAlgorithms: ['SHA256'],
signingHashAlgorithms: ['sha256'],
publisherName: [
'Open Source Developer, Antony Jonathan Gadsden'
]
Expand Down

0 comments on commit f737731

Please sign in to comment.