Skip to content

Commit

Permalink
fix: update hazel server
Browse files Browse the repository at this point in the history
  • Loading branch information
1000ch committed Aug 30, 2020
1 parent f91489e commit 4a81762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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});
}

Expand Down

0 comments on commit 4a81762

Please sign in to comment.