Update Hekate, re-add fusee-primary
parent
0959f79af9
commit
982a1817ef
|
@ -118,7 +118,8 @@
|
|||
|
||||
<div class="col-xs-6">
|
||||
<select class="pull-right" id="payloadSelect" onchange="onSelectChange()">
|
||||
<option value="CTCaer_Hekate" id="optionCTCaerHekate" >Hekate</option>
|
||||
<option value="Hekate" id="optionHekate" >Hekate 5.2.1</option>
|
||||
<option value="Atmosphere" id="optionFuseePrimary" >Atmosphère 0.12.0</option>
|
||||
<option value="uploaded" id="optionUpload" >Upload payload</option>
|
||||
</select>
|
||||
</div>
|
||||
|
|
15
main.js
15
main.js
|
@ -150,19 +150,10 @@ document.getElementById("goButton").addEventListener("click", async () => {
|
|||
}
|
||||
|
||||
let payload;
|
||||
if (payloadType === "CTCaer_Hekate") {
|
||||
payload = CTCaer_Hekate;
|
||||
if (payloadType === "Hekate") {
|
||||
payload = hekate;
|
||||
|
||||
} else if (payloadType === "fusee") {
|
||||
payload = fusee;
|
||||
|
||||
} else if (payloadType === "sx os") {
|
||||
payload = sx;
|
||||
|
||||
} else if (payloadType === "ReiNX") {
|
||||
payload = ReiNX;
|
||||
|
||||
} else if (payloadType === "atmosphere") {
|
||||
} else if (payloadType === "Atmosphere") {
|
||||
payload = fusee_ams;
|
||||
|
||||
} else if (payloadType === "uploaded") {
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue