I'm just wondering if there is a better way to do this.
Currently when I build the update for all versions to most recent version, it builds a good 12 files (on version 1.10 at the moment) each sizing around 30mb. Uploading 30mb x 12 files seems unnecessary. My patches are large so this is an issue for me.
Is there a way to build a single app.All -> app.Newest without having to upload 1.1->Newest, 1.2->Newest, 1.3->Newest, etc.
I'm sure theres a way, just not sure how to configure it properly. Thanks!
Edit-Basically, I want it to update to the latest update file no matter what version you have and have it download the app.Any->app.Latest file instead of app.Version5->app.Version6 for example. Just uploading the app.All->Latest update doesn't work, as the updater looks for (currentversion)->Newest and not app.all->Newest.
Sorry if I'm not making any sense.