UNPKG
@electron/windows-sign
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.0.0
Codesign Electron Windows apps
github.com/electron/windows-sign
electron/windows-sign
@electron/windows-sign
/
dist
/
cjs
/
sign-with-signtool.d.ts
3 lines
(2 loc)
•
134 B
TypeScript
View Raw
1
2
3
import
{
InternalSignOptions
}
from
'./types'
;
export
declare
function
signWithSignTool
(
options: InternalSignOptions
):
Promise
<
void
>;