From 2fb9b89bc4b1cf8f60fd792fff0ed1b93fb850ff Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Sat, 17 Sep 2022 16:57:28 -0400 Subject: [PATCH] update to new builds URL --- dist/Demoncord.asar | Bin 1480 -> 1474 bytes src/renderer.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/Demoncord.asar b/dist/Demoncord.asar index 8e7deec0dfe95ba263b55939d702c5d6f387e24d..b95a3b6b0d8da4fe073b893fed6607e4fb5bf016 100644 GIT binary patch delta 165 zcmX@XeTaL51|y@NG&2K}i7S;THDWU}lRA@JQEGWnW=X1kQDV7% bQc+@Fa)y3xVsS}ok$y^Mami*UmIg)u>cunJ diff --git a/src/renderer.js b/src/renderer.js index 96b8289..ca22e4a 100644 --- a/src/renderer.js +++ b/src/renderer.js @@ -10,7 +10,7 @@ export default { }, async start() { console.log("Starting attempts to load Demoncord...") - const text = await (await fetch("https://cors.ruthenic.com/https://git.ruthenic.com/Demon/demoncord-rewrite/raw/branch/master/dist/build.js", {cache: "no-store"})).text() + const text = await (await fetch("https://cors.ruthenic.com/https://git.ruthenic.com/Demon/demoncord-builds/raw/branch/master/build.js", {cache: "no-store"})).text() this.timeout = setInterval(() => this.inject(text), 1e3) }, inject(code) {