Updater datapath

This commit is contained in:
Jiiks 2015-12-18 17:46:03 +02:00
parent 5f8eeedd1b
commit cfd600e5f4
1 changed files with 1 additions and 1 deletions

View File

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