only:todo
This commit is contained in:
parent
0b310071bc
commit
2cf6caf6e8
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue