Interface InternalSeaOptions

This interface represents SeaOptions with all optional properties inferred by @electron/windows-sign if not passed in by the user.

interface InternalSeaOptions {
    bin: string;
    dir: string;
    filename: string;
    path: string;
    windowsSign: SignToolOptions;
}

Hierarchy

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`}
dir: string

Directory of the Node.js single executable application.

filename: string

File name of the Node.js single executable application.

path: string

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

windowsSign: SignToolOptions

Options to pass to SignTool.