diff --git a/dist/Demoncord.asar b/dist/Demoncord.asar index 8e7deec..b95a3b6 100644 Binary files a/dist/Demoncord.asar and b/dist/Demoncord.asar differ 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) {