diff --git a/lib/BetterDiscord.js b/lib/BetterDiscord.js index ff9d8b80..f47dd7fb 100644 --- a/lib/BetterDiscord.js +++ b/lib/BetterDiscord.js @@ -208,7 +208,7 @@ BetterDiscord.prototype.init = function() { self.getUtils().log("Hash: "+ _hash); //Download latest updater - self.getUtils().download("raw.githubusercontent.com", "/" + _repo + "/BetterDiscordApp/" + _hash + "/updater.json", function(data) { + self.getUtils().download("raw.githubusercontent.com", "/" + _repo + "/BetterDiscordApp/" + _hash + "/data/updater.json", function(data) { try { _updater = JSON.parse(data);