diff --git a/hooks/sign-windows.js b/hooks/sign-windows.js index 2eaa906f..6ddfdf58 100644 --- a/hooks/sign-windows.js +++ b/hooks/sign-windows.js @@ -46,5 +46,5 @@ exports.default = ( { path, name, cscInfo: { file, password } = {} } ) => { if ( !file ) return importPfx( file, password ) - signBinary( path, name, file ) + signBinary( path, name ) }