@electron/windows-sign
    Preparing search index...

    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

    Index

    Properties

    bin: string

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

    The Node.js 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.