diff --git a/src/update.ts b/src/update.ts index 10154ca..6dfdba8 100644 --- a/src/update.ts +++ b/src/update.ts @@ -22,7 +22,7 @@ function init() { }); const version = app.getVersion(); - const url = `https://hazel-imrgmeuzge.now.sh/update/${process.platform}/${version}`; + const url = `https://quail-updater.herokuapp.com/update/${process.platform}/${version}`; autoUpdater.setFeedURL({url}); }