basic-electron-updater
Version:
A secure, cross-platform auto-update library for Electron Forge apps using GitHub Releases.
7 lines (6 loc) • 316 B
TypeScript
/**
* Launches the downloaded installer and exits the app.
* For NSIS/EXE installers, this will start the installer and quit the app.
* Most Windows installers (including Squirrel.Windows) should be launched without arguments.
*/
export declare function applyWindowsUpdate(installerPath: string): Promise<void>;