2.0.0 • Published 7 years ago
electron-installer-linux v2.0.0
electron-installer-linux
Aggregate electron-installer-debian, -redhat, -snap and -flatpak under a single package. Promise-ified versions of each installer (excluding snap, that is already a Promise)
Usage
let debian, redhat, flatpak;
// Import from index.js...
debian = require("electron-installer-linux").debian;
redhat = require("electron-installer-linux").redhat;
flatpak = require("electron-installer-linux").flatpak;
Once you've imported the modules, you have to use the imported modules like electron-installer-debian/redhat/flatpak's
own APIs, except you use .then
for success and .catch
for error like a promise instead of providing a callback.
Use the links here to go to their respective pages and see their APIs, though they are really, exactly the same.
electron-installer-debian
electron-installer-redhat
electron-installer-flatpak
electron-installer-snap
2.0.0
7 years ago
2.0.0-alpha.3
7 years ago
2.0.0-alpha.2
7 years ago
2.0.0-alpha.1
7 years ago
1.1.1
8 years ago
1.1.0
8 years ago
1.0.2
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago