Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autoUpdater not using the custom provider #3656

Closed
hxx0215 opened this issue Feb 1, 2019 · 2 comments
Closed

autoUpdater not using the custom provider #3656

hxx0215 opened this issue Feb 1, 2019 · 2 comments
Labels

Comments

@hxx0215
Copy link

hxx0215 commented Feb 1, 2019

  • Version:
    ** electron-builder:20.32.0
    ** electron-updater:3.1.7

  • Target: OSX and Windows

I try to use the custom provider. It can builder normally. But when I use autoUpdater it will say "Unsupported provider: custom"
I read the source code in the source code of providerFactory.ts. I found it does not support the custom provider. What can I do to make autoUpdater to use my provider?

@stale
Copy link

stale bot commented Jul 1, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the backlog label Jul 1, 2019
@stale stale bot closed this as completed Jul 8, 2019
@W1M0R
Copy link

W1M0R commented Nov 14, 2019

I also have this issue.

mook-as added a commit to mook-as/electron-builder that referenced this issue Jun 24, 2021
Make it possible to use custom publishers with electron-updater; the caller
is required to create a custom options to the updater that passes in the
constructor function for a class that implments Provider<any>. Fixes electron-userland#3656.
mmaietta pushed a commit that referenced this issue Jun 25, 2021
Make it possible to use custom publishers with electron-updater; the caller is required to create a custom options to the updater that passes in the constructor function for a class that implments Provider<any>. Fixes #3656.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants