Options for signing with a Node.js single executable application.

interface SeaOptions {
    bin?: string;
    path: string;
    windowsSign: SignToolOptions;
}

Properties

Properties

bin?: string

A binary to use. Will use the current executable (process.execPath) by default.

Default Value

The Node.js {@link https://nodejs.org/api/process.html#processexecpath | `process.execPath`}
path: string

Full path to the Node.js single executable application. Needs to end with .exe.

windowsSign: SignToolOptions

Options to pass to SignTool.