Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crazyoptimist/electron-auto-update-poc
Electron Auto Update POC
https://github.com/crazyoptimist/electron-auto-update-poc
Last synced: 13 days ago
JSON representation
Electron Auto Update POC
- Host: GitHub
- URL: https://github.com/crazyoptimist/electron-auto-update-poc
- Owner: crazyoptimist
- Created: 2021-07-21T10:44:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-21T17:08:52.000Z (over 3 years ago)
- Last Synced: 2024-10-03T21:41:16.267Z (about 1 month ago)
- Language: HTML
- Size: 30.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electron Auto-Update POC
### Run it
```bash
npm install
npm start
```### Create a draft release with a built artifact
```bash
npm run deploy
```### Supported packaging methods
* macOS (Squirrel.Mac)
* Windows (NSIS)
* Linux (AppImage)You'll have to use `autoUpdater` object from `electron` if you are using Squirrel.Mac and Squirrel.Windows, [which neither doesn't support Linux](https://www.electronjs.org/docs/api/auto-updater).
This repository is just for demonstration and configured to build `deb` package, which doesn't work for `electron-updater`.