View Single Post
07-31-19, 10:03 AM   #10
wildcard25
An Aku'mai Servant
 
wildcard25's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2012
Posts: 30
It's not a packaging problem, the Twitch client just isn't putting the correct Game Version in the Game Version column. It's been broken since an update they did around the time that BFA launched. Of the addons that I have installed, the ones that show the correct Game Version have that version stored in their local database metafile. All of the one's that are showing an incorrect Game Version don't have any data stored (ie. '"gameVersion": [],'). I could make a guess where they are pulling the info that they are showing from, but my post might get moderated if I do.

They also haven't remapped the addon version info.
Code:
old version info = "FileName", new version info = "displayName"
I guess that's why it's showing the filename now
Code:
old filename = "FileNameOnDisk", new file name = "fileName"
("FileNameOnDisk" is still hanging around though and has the same info as "fileName")
  Reply With Quote