diego3g / rocketredis

A beautiful Redis GUI :fire: (under development)
MIT License
1.91k stars 172 forks source link

Electron updater and Hazel #82

Open diego3g opened 4 years ago

diego3g commented 4 years ago

Currently we have enabled the Electron Updater in the project, but does it work without a server to store the application bundles?

I saw this project today and i'm trying to find if it fit our needs here with the auto updates: https://github.com/vercel/hazel

adarshsaraogi commented 4 years ago

@diego3g i think so this can work,But i will follow up with the documentation.

Muurilo commented 4 years ago

I think it is possible to update with Github release

leoferreiralima commented 4 years ago

I read this documentation https://www.electronjs.org/docs/tutorial/updates and if i understand the hazel works with github releases as @Muurilo said