From 4a8176242f2021dd07e09d6592c8df73ef424fab Mon Sep 17 00:00:00 2001 From: 1000ch Date: Sun, 30 Aug 2020 11:00:10 +0900 Subject: [PATCH] fix: update hazel server --- src/update.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}); }