mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-24 10:32:03 +00:00
restore hekate_ipl download
This commit is contained in:
parent
d71dcc1807
commit
f583cefb41
2 changed files with 3 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"ams": {
|
||||
"Name of Atmosphère pack": "link_to_zip",
|
||||
"Name of anther pack": "link_to_zip"
|
||||
"Name of another pack": "link_to_zip"
|
||||
},
|
||||
"misc": {
|
||||
"name of download": "link"
|
||||
|
|
|
@ -34,13 +34,10 @@ ListDownloadTab::ListDownloadTab(const contentType type, const nlohmann::ordered
|
|||
}
|
||||
|
||||
if (this->type == contentType::bootloaders) {
|
||||
this->setDescription(contentType::payloads);
|
||||
this->createList(contentType::payloads);
|
||||
}
|
||||
|
||||
if (this->type == contentType::sigpatches) {
|
||||
this->setDescription(contentType::hekate_ipl);
|
||||
this->createList(contentType::hekate_ipl);
|
||||
this->setDescription(contentType::payloads);
|
||||
this->createList(contentType::payloads);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue