@electron-forge/maker-squirrel hangs forever if remoteReleases option specified
- Dominant language
- TypeScript
- Stars
- 7.1k
- Forks
- 641
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 30
Description
### Pre-flight checklist
- [X] I have read the [contribution documentation](https://github.com/electron-userland/electron-forge/blob/master/CONTRIBUTING.md) for this project.
- [X] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project uses.
- [X] I have searched the issue tracker for a bug that matches the one I want to file, without success.
### Electron Forge version
6.0.0-beta.61
### Electron version
15.1.0
### Operating system
Windows 10 (19042)
### Last known working Electron Forge version
_No response_
### Expected behavior
I have been using `forge` to generate delta updates for a long time already, and it always used to work as expected.
### Actual behavior
When I run `npm run make`, it hangs.
When I remove `remoteReleases` option from the Squirrel.Windows maker config, everything works as expected (except the fact that it doesn't generate delta updates of course)
### Steps to reproduce
`npm run make`, with Squirrel.Windows maker and `remoteReleases` option specified
### Additional information
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.