mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-03 07:01:51 +00:00
Update build-windows.mjs
This commit is contained in:
@@ -41,7 +41,7 @@ builder({
|
|||||||
if (out.toString().includes('FAILED')) {
|
if (out.toString().includes('FAILED')) {
|
||||||
throw new Error(out.toString())
|
throw new Error(out.toString())
|
||||||
}
|
}
|
||||||
console.log(out)
|
console.log(out.toString())
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(`Failed to sign ${configuration.path}`)
|
console.error(`Failed to sign ${configuration.path}`)
|
||||||
console.error(e)
|
console.error(e)
|
||||||
|
Reference in New Issue
Block a user