0.2.5 use datapaths
This commit is contained in:
parent
fcb189b9c1
commit
5f8eeedd1b
|
@ -340,7 +340,7 @@ BetterDiscord.prototype.ipcAsyncMessage = function(event, arg) {
|
|||
'type': 'json',
|
||||
'resource': 'Public Servers',
|
||||
'domain': _updater.CDN,
|
||||
'url': '/' + _repo + '/BetterDiscordApp/' + _hash + '/serverlist.json',
|
||||
'url': '/' + _repo + '/BetterDiscordApp/' + _hash + '/data/serverlist.json',
|
||||
'localurl': null,
|
||||
'message': 'load-emoteData-twitchGlobal',
|
||||
'cacheable': false,
|
||||
|
@ -380,7 +380,7 @@ BetterDiscord.prototype.ipcAsyncMessage = function(event, arg) {
|
|||
'type': 'emotedata',
|
||||
'resource': 'FrankerFaceZ Emotedata',
|
||||
'domain': _updater.CDN,
|
||||
'url': '/' + _repo + '/BetterDiscordApp/' + _hash + '/emotedata_ffz.json',
|
||||
'url': '/' + _repo + '/BetterDiscordApp/' + _hash + '/data/emotedata_ffz.json',
|
||||
'localurl': null,
|
||||
'message': 'load-emoteData-bttv',
|
||||
'cacheable': true,
|
||||
|
@ -410,7 +410,7 @@ BetterDiscord.prototype.ipcAsyncMessage = function(event, arg) {
|
|||
'type': 'emotedata',
|
||||
'resource': 'BTTV Emotedata',
|
||||
'domain': _updater.CDN,
|
||||
'url': '/' + _repo + '/BetterDiscordApp/' + _hash + '/emotedata_bttv.json',
|
||||
'url': '/' + _repo + '/BetterDiscordApp/' + _hash + '/data/emotedata_bttv.json',
|
||||
'localurl': null,
|
||||
'message': 'start-bd',
|
||||
'cacheable': true,
|
||||
|
|
Loading…
Reference in New Issue