update to new builds URL

master
Drake 2 years ago
parent 290c3fcc22
commit 2fb9b89bc4

BIN
dist/Demoncord.asar vendored

Binary file not shown.

@ -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) {

Loading…
Cancel
Save