fix efi build opener

This commit is contained in:
ZXMushroom63
2025-07-16 15:52:52 +08:00
parent 138ce4cd4b
commit 837bc20652

View File

@@ -84,7 +84,8 @@ function getEfiBuild() {
if (window.confirm("This file is not a EaglerForgeInjector build, or is too old.\nOpen the EaglerForgeInjector page?")) {
window.open("https://eaglerforge.github.io/EaglerForgeInjector");
}
rej();
return rej();
}
efiBuild = reader.result;
res();