From 7a1422e58774bffabc2cda2c7b8694230ab12856 Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Sun, 18 Dec 2022 00:06:45 +0100 Subject: Change from pinned release to latest --- src/SelfUpdater/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/SelfUpdater/index.js b/src/SelfUpdater/index.js index 2d8d137..53d66c6 100644 --- a/src/SelfUpdater/index.js +++ b/src/SelfUpdater/index.js @@ -13,7 +13,7 @@ let neoModules; * Get the latest release from GitHub */ async function getLatestRelease() { - let res = await fetch("https://api.github.com/repos/jakobst1n/luxcena-neo/releases/86402456"); + let res = await fetch("https://api.github.com/repos/jakobst1n/luxcena-neo/releases/latest"); if (res.status !== 200) { console.log(res.status); -- cgit v1.2.3