mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2024-12-27 23:51:55 +00:00
Update main.js
This commit is contained in:
parent
50d59f5b37
commit
e2588d8579
2
main.js
2
main.js
@ -112,7 +112,7 @@ document.getElementById("goButton").addEventListener("click", async () => {
|
||||
logOutput("Logging payload bytes...");
|
||||
let payload;
|
||||
if (payloadType === "fusee.bin") {
|
||||
payload = cfw;
|
||||
payload = hekate5;
|
||||
} else if (payloadType === "uploaded") {
|
||||
const file = document.getElementById("payloadUpload").files[0];
|
||||
if (!file) {
|
||||
|
Loading…
Reference in New Issue
Block a user