From cfd600e5f4c2e5940e3cfc04cb3d187dd7681490 Mon Sep 17 00:00:00 2001 From: Jiiks Date: Fri, 18 Dec 2015 17:46:03 +0200 Subject: [PATCH] Updater datapath --- lib/BetterDiscord.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/BetterDiscord.js b/lib/BetterDiscord.js index ff9d8b8..f47dd7f 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);