electron-userland / electron-userland/electron-webpack
Electron updater not working
- Dominant language
- TypeScript
- Stars
- 902
- Forks
- 168
- PR merge metrics
- No merged PRs in 30d
Description
I have followed the following document to use `electron-updater` but it does not work.
https://www.electron.build/auto-update
https://gist.github.com/iffy/0ff845e8e3f59dbe7eaf2bf24443f104
I uploaded outcome of `yarn dist` which is a windows installer to firebase storage.
And set `package.json` like below but had no chance to make it work
```
"build": {
"publish": [
{
"provider": "generic",
"url": "https://MY_URL"
}
]
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
No repository file, test, or entry point is identified. Start by reviewing the linked electron-updater documentation and the package.json build.publish configuration, then compare the Firebase-hosted Windows installer with the configured generic URL; done means the updater detects and installs a newer release.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- electron
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100