only:todo

This commit is contained in:
rusefillc 2024-08-19 10:58:50 -04:00
parent 0b310071bc
commit 2cf6caf6e8
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ public class Autoupdate {
try {
// We cannot unzip rusefi_autoupdate.jar file because we need the old one to prepare class loader below
// (otherwise we get `ZipFile invalid LOC header (bad signature)` exception, see #6777)
// TODO: extract only ConnectionAndMeta#getRusEfiConsoleJarName
FileUtil.unzip(autoupdateFile.zipFileName, new File(".."), isRusefiAutoupdateJar.negate());
final String srecFile = findSrecFile();
new File(srecFile == null ? FindFileHelper.FIRMWARE_BIN_FILE : srecFile)