mirror of
https://github.com/eugeny/tabby
synced 2026-05-04 08:21:13 +00:00
.
This commit is contained in:
@@ -360,6 +360,8 @@ jobs:
|
||||
if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags'))
|
||||
shell: powershell
|
||||
run: |
|
||||
choco install osslsigncode -y
|
||||
|
||||
Get-FileHash $env:SM_CLIENT_CERT_FILE -Algorithm MD5
|
||||
smksp_registrar.exe list
|
||||
smctl.exe healthcheck
|
||||
|
||||
@@ -36,7 +36,7 @@ builder({
|
||||
console.log('Signing', configuration)
|
||||
if (configuration.path) {
|
||||
try {
|
||||
const cmd = `smctl sign --keypair-alias=${keypair} --input "${String(configuration.path)}"`
|
||||
const cmd = `smctl sign --tool osslsigncode --keypair-alias=${keypair} --input "${String(configuration.path)}"`
|
||||
console.log(cmd)
|
||||
const out = execSync(cmd)
|
||||
if (out.toString().includes('FAILED')) {
|
||||
|
||||
Reference in New Issue
Block a user