@electron/packager
    Preparing search index...

    Type Alias HookFunctionArgs

    For afterExtract, the path to the temporary folder where the prebuilt Electron binary has been extracted to. For afterCopy and afterPrune, the path to the folder where the Electron app has been copied to. For afterComplete, the final directory of the packaged application.

    the version of Electron that is being bundled with the application.

    The target platform you are packaging for.

    The target architecture you are packaging for.

    Must be called once you have completed your actions.

    type HookFunctionArgs = {
        arch: OfficialArch;
        buildPath: string;
        electronVersion: string;
        platform: OfficialPlatform;
    }
    Index

    Properties

    buildPath: string
    electronVersion: string