mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01:00
args, not options
This commit is contained in:
parent
6e8f8dcdce
commit
f961513212
@ -11,8 +11,8 @@ function computeSignToolArgs(options, keyContainer, inputFile) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// We simplify and just specify the certificate subject name for our purposes
|
// We simplify and just specify the certificate subject name for our purposes
|
||||||
options.push('/n', options.certificateSubjectName);
|
args.push('/n', options.certificateSubjectName);
|
||||||
options.push('/kc', keyContainer);
|
args.push('/kc', keyContainer);
|
||||||
|
|
||||||
if (options.hash !== "sha1") {
|
if (options.hash !== "sha1") {
|
||||||
args.push("/fd", options.hash)
|
args.push("/fd", options.hash)
|
||||||
|
Loading…
Reference in New Issue
Block a user