mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2025-01-18 18:41:28 +00:00
Update Hekate, re-add fusee-primary
This commit is contained in:
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") {
|
||||
|
4
payloads/fusee_ams.js
Normal file
4
payloads/fusee_ams.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user