Thread Tools Display Modes
10-13-20, 03:50 PM   #1
10leej
A Molten Giant
 
10leej's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2011
Posts: 583
Classic and retail download?

So I'm back on wow for a while looking to port my stuff from classic back to retail but I want to maintain the classic packages as well.
I see some projects have a Classic and Retail download option how can I get that setup? I don't see where I can do that.
__________________
Tweets YouTube Website
  Reply With Quote
10-13-20, 06:02 PM   #2
Dolby
PPAP
 
Dolby's Avatar
WoWInterface Admin
Join Date: Feb 2004
Posts: 2,339
Hi 10leej , right now its only available if you upload via our API. If you upload and update with a classic toc api version under `compatible` it will be added as a classic download option to your main retail download.

https://api.wowinterface.com/addons/update

Code:
"compatible": {
"Type": "STR",
"Required": "No",
"Description": "Comma delimited list of all patch numbers your AddOn is compatiable with. If you provide the classic version number it will tag your upload for classic.",
"list": "https://api.wowinterface.com/addons/compatible.json"
},
Limitations are you wont have a seperate changelog, description or comments and if you *only* have a classic version to offer then you need to upload the normal route.

Last edited by Dolby : 10-13-20 at 06:05 PM.
  Reply With Quote
10-15-20, 07:49 PM   #3
10leej
A Molten Giant
 
10leej's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2011
Posts: 583
Originally Posted by Dolby View Post
Hi 10leej , right now its only available if you upload via our API. If you upload and update with a classic toc api version under `compatible` it will be added as a classic download option to your main retail download.

https://api.wowinterface.com/addons/update

Code:
"compatible": {
"Type": "STR",
"Required": "No",
"Description": "Comma delimited list of all patch numbers your AddOn is compatiable with. If you provide the classic version number it will tag your upload for classic.",
"list": "https://api.wowinterface.com/addons/compatible.json"
},
Limitations are you wont have a seperate changelog, description or comments and if you *only* have a classic version to offer then you need to upload the normal route.
Ok that's good to learn
__________________
Tweets YouTube Website
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » Classic and retail download?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off