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

    Interface SeaOptions

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

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

    Properties

    Properties

    bin?: string

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

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