mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-22 12:29:53 +00:00
.
This commit is contained in:
parent
36b66bc941
commit
2b2ce4ee83
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -362,6 +362,7 @@ jobs:
|
||||
SM_CLIENT_CERT_FILE: Certificate_pkcs12.p12
|
||||
SM_CLIENT_CERT_PASSWORD: ${{ secrets.SM_CLIENT_CERT_PASSWORD }}
|
||||
SM_KEYPAIR_ALIAS: ${{ secrets.SM_KEYPAIR_ALIAS }}
|
||||
SM_PUBLISHER_NAME: ${{ secrets.SM_PUBLISHER_NAME }}
|
||||
DEBUG: electron-builder,electron-builder:*
|
||||
|
||||
- name: Build packages without signing
|
||||
|
@ -24,6 +24,7 @@ builder({
|
||||
},
|
||||
] : undefined,
|
||||
win: {
|
||||
publisherName: process.env.SM_PUBLISHER_NAME,
|
||||
sign: async function (configuration) {
|
||||
if (configuration.path) {
|
||||
execSync(
|
||||
|
Loading…
x
Reference in New Issue
Block a user