mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-22 22:46:01 +00:00
win cert fix
This commit is contained in:
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",
|
||||||
|
|||||||
Reference in New Issue
Block a user