mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-31 05:29:58 +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")
|
args.push("/debug")
|
||||||
// must be last argument
|
// must be last argument
|
||||||
args.push(inputFile)
|
args.push(inputFile)
|
||||||
|
|
||||||
|
return args;
|
||||||
}
|
}
|
||||||
|
|
||||||
exports.default = async function(cfg) {
|
exports.default = async function(cfg) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user