mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
win cert fix
This commit is contained in:
parent
904a9b54c1
commit
0821d63c9f
2
.github/workflows/build-app.yaml
vendored
2
.github/workflows/build-app.yaml
vendored
@ -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
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user