Skip to content

Commit 361548c

Browse files
committed
fix signing function signature (#197)
Fix the signature of the function, so that it actually gets called. (cherry picked from commit 71e4745)
1 parent 3072a5f commit 361548c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/build/scripts/Build.fsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module Builder =
5151
Attribute.InformationalVersion informationalVersion
5252
]
5353

54-
let Sign file () =
54+
let Sign file =
5555
let release = getBuildParam "release" = "1"
5656
if release then
5757
tracefn "Signing MSI"

0 commit comments

Comments
 (0)