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

Fix update logic #61

Open
FabioRosado opened this issue Oct 10, 2022 · 0 comments
Open

Fix update logic #61

FabioRosado opened this issue Oct 10, 2022 · 0 comments
Labels
bug Something isn't working opsdroid-web-v2 Issues related to the upcoming version of opsdroid web

Comments

@FabioRosado
Copy link
Member

When moving opsdroid-web to v2 I implemented the same logic as we used to have in v1. Although, the logic only works for releases that we do with github. This is because we are hitting a github endpoint to check the latest release.

With opsdroid-desktop, the release was done with GitHub since it is an electron app, but opsdroid-web is released to npm so the endpoint always hits a 404 (because we don't have any release in github).

We should update the logic to check npm instead of Github so the update message works

@FabioRosado FabioRosado added bug Something isn't working opsdroid-web-v2 Issues related to the upcoming version of opsdroid web labels Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working opsdroid-web-v2 Issues related to the upcoming version of opsdroid web
Projects
None yet
Development

No branches or pull requests

1 participant