mirror of
https://github.com/eugeny/tabby
synced 2026-05-04 00:11:02 +00:00
.
This commit is contained in:
@@ -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