mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-31 13:39:58 +01:00
Fix synatx hopefully
This commit is contained in:
parent
f961513212
commit
5c85de4934
@ -48,8 +48,7 @@ exports.default = async function(cfg) {
|
|||||||
const appOutDir = path.dirname(inPath);
|
const appOutDir = path.dirname(inPath);
|
||||||
|
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
const args = ['sign'];
|
const args = ['sign'].concat(computeSignToolArgs(cfg.options, keyContainer, cfg.path));
|
||||||
args.push(...computeSignToolArgs(cfg.options, keyContainer, cfg.path));
|
|
||||||
|
|
||||||
console.log("Running signtool with args", args);
|
console.log("Running signtool with args", args);
|
||||||
execFile('signtool', args, {}, (error, stdout) => {
|
execFile('signtool', args, {}, (error, stdout) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user