hazel icon indicating copy to clipboard operation
hazel copied to clipboard

Lightweight update server for Electron apps

Results 65 hazel issues
Sort by recently updated
recently updated
newest added

I am implementing `auto update` feature for my `Electron` app. I am encountering an error: ``` [Error: Update check failed. The server sent an invalid response. Try again later.] {...

Closes #59 PR makes it so that if a user is on linux, then suggest `AppImage` as the platform for download, where AppImage is the popular way for delivering a...

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.0.0 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

I'm having issues using autoUpdater.channel property, with no success. https://www.electron.build/tutorials/release-using-channels.html

My git repository created a release A GitHub project electorn application project is created through vercel

Seems like `browser_download_url` is not suitable for downloading RELEASES from private repo via API. This endpoint ignores `Authorization` header and always returns 404 (maybe it needs cookie authorization). I found...

The routes of hazel doesn't seem to work with private repo # DOESN'T WORK ```JS const server = "https://clovis-desktop-hazel-upd.aarbel.now.sh" const updaterFeedURL = `${server}/update/${process.platform}/${app.getVersion()}` … autoUpdater.setFeedURL(updaterFeedURL); ``` **Error:** `Unhandled rejection Error:...

In the docs it says that private repos automatically sets the URL environment variable. It doesn't properly return it though and autoUpdater throws an error: Here is original code: https://github.com/vercel/hazel/blob/a06e6c5e4acdab0339c14361f086c3f6ff8a10fc/lib/routes.js#L162-L169...

I get a 404 error from Github when using a private repo. Am I missing something? The install form asked for my username and repository, it did not ask for...

I had a promblem when using hazal . I provided file latest.yml but it still not work **Error: Error: Cannot find channel "latest.yml" update info: HttpError: 404**