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

    Type Alias HookFunction

    HookFunction: (fileToSign: string) => void | Promise<void>

    Custom function that is called sequentially for each file that needs to be signed.

    Type Declaration

      • (fileToSign: string): void | Promise<void>
      • Parameters

        • fileToSign: string

          Absolute path to the file to sign

        Returns void | Promise<void>