mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Missing space
also don't print the signing command line as it has the token password
This commit is contained in:
parent
5a7efcd738
commit
1ff06c4be4
@ -54,7 +54,6 @@ exports.default = async function(context) {
|
||||
'-in', `${appOutDir}/${appName}.exe`,
|
||||
'-out', `${appOutDir}/${tmpFile}`,
|
||||
]);
|
||||
console.log(cmdLine);
|
||||
|
||||
const signproc = exec(cmdLine, {}, (error, stdout) => {
|
||||
console.log(stdout);
|
||||
|
Loading…
Reference in New Issue
Block a user