llakssz / CIAngel

Download GOOD CIAs on your 3DS!
189 stars 19 forks source link

Update the Updater (Add ability that StarUpdater has) #101

Open ghost opened 8 years ago

ghost commented 8 years ago

https://github.com/astronautlevel2/StarUpdater has the ability to update the updater somewhere - maybe you could add this into CIAngel instead of having to rely on QR and FBI @astronautlevel2

astronautlevel2 commented 8 years ago

Given that CIAngel already has an install_cia function I suppose it wouldn't be too hard to download its own CIA and then install it. That means though that the developers will have to either implement a way to download the latest release from github (github json parsing isn't fun) or will have to be willing to host the CIA on a url that doesn't change.

DrakiaXYZ commented 8 years ago

We already have a way to get the latest CIA URL: https://thedgtl.net/3ds/CIAngel.php

This seems like a good feature request :+1:

ghost commented 8 years ago

Awesome!

ghost commented 8 years ago

Now FBI 2.2.6 has the same ability! https://github.com/Steveice10/FBI/releases/tag/2.2.6

ghost commented 8 years ago

Also nice job on the SeedDB fix!