Interface NotaryToolNotarizeAppOptions

Non-credential options for notarizing your application with notarytool.

interface NotaryToolNotarizeAppOptions {
    appPath: string;
}

Properties

Properties

appPath: string

Absolute path to your packaged and codesigned Electron application.