win cert fix

This commit is contained in:
Jan Prochazka 2021-01-12 17:34:46 +01:00
parent 904a9b54c1
commit 0821d63c9f
2 changed files with 3 additions and 2 deletions

View File

@ -47,7 +47,7 @@ jobs:
with: with:
certificate: '${{ secrets.WINCERT_CERTIFICATE }}' certificate: '${{ secrets.WINCERT_CERTIFICATE }}'
password: '${{ secrets.WINCERT_PASSWORD }}' password: '${{ secrets.WINCERT_PASSWORD }}'
certificatesha1: '${{ secrets.WINCERT_SHA1 }}' certificatename: 'Jan Prochazka'
folder: 'app/dist' folder: 'app/dist'
- name: generatePadFile - name: generatePadFile

View File

@ -43,7 +43,8 @@
"icon": "icon.ico", "icon": "icon.ico",
"publish": [ "publish": [
"github" "github"
] ],
"rfc3161TimeStampServer": "http://sha256timestamp.ws.symantec.com/sha256/timestamp"
}, },
"files": [ "files": [
"packages", "packages",