UNPKG

basic-electron-updater

Version:

A secure, cross-platform auto-update library for Electron Forge apps using GitHub Releases.

5 lines (4 loc) 148 B
/** * Opens the DMG or ZIP in Finder, or launches the installer. */ export declare function applyMacUpdate(installerPath: string): Promise<void>;