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
/** * Launches the AppImage, .deb, .rpm, or .tar.gz installer. */ export declare function applyLinuxUpdate(installerPath: string): Promise<void>;