aboutsummaryrefslogtreecommitdiff
path: root/src/SelfUpdater/index.js
diff options
context:
space:
mode:
authorjakob.stendahl <jakob.stendahl@infomedia.dk>2022-12-18 00:06:45 +0100
committerJakob Stendahl <jakob.stendahl@outlook.com>2022-12-18 00:06:45 +0100
commit7a1422e58774bffabc2cda2c7b8694230ab12856 (patch)
tree09854c0b418ed82ac637fed7cdded197562dcb35 /src/SelfUpdater/index.js
parent2c8063a1697ce4c737a2296b8d6385c9cf761f07 (diff)
downloadLuxcena-Neo-7a1422e58774bffabc2cda2c7b8694230ab12856.tar.gz
Luxcena-Neo-7a1422e58774bffabc2cda2c7b8694230ab12856.zip
Change from pinned release to latest
Diffstat (limited to 'src/SelfUpdater/index.js')
-rw-r--r--src/SelfUpdater/index.js2
1 files changed, 1 insertions, 1 deletions
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);