mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01:00
Also try actually returning the value
This commit is contained in:
parent
763b176b2e
commit
7f25e23878
@ -30,6 +30,8 @@ function computeSignToolArgs(options, keyContainer, inputFile) {
|
||||
args.push("/debug")
|
||||
// must be last argument
|
||||
args.push(inputFile)
|
||||
|
||||
return args;
|
||||
}
|
||||
|
||||
exports.default = async function(cfg) {
|
||||
|
Loading…
Reference in New Issue
Block a user