mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01:00
Too many dots
This commit is contained in:
parent
4dbbf2bb15
commit
da606bcd6d
@ -47,7 +47,7 @@ exports.default = async function(cfg) {
|
||||
|
||||
return new Promise((resolve, reject) => {
|
||||
const args = ['sign'];
|
||||
args.push(....computeSignToolArgs(cfg.options, keyContainer, cfg.path));
|
||||
args.push(...computeSignToolArgs(cfg.options, keyContainer, cfg.path));
|
||||
|
||||
console.log("Running signtool with args", args);
|
||||
execFile('signtool', args, {}, (error, stdout) => {
|
||||
|
Loading…
Reference in New Issue
Block a user