rusEFI console to compare current bundle against auto-DFU bundle #3266
This commit is contained in:
parent
53ae005d07
commit
5a917982f7
|
@ -35,7 +35,7 @@ public class DfuHelper {
|
|||
if ("all".equals(s.getBundle())) {
|
||||
signatureWithPrefix = PREFIX;
|
||||
} else {
|
||||
signatureWithPrefix = PREFIX + s.getBundle();
|
||||
signatureWithPrefix = PREFIX + "_" + s.getBundle();
|
||||
}
|
||||
|
||||
if (!bundleName.equalsIgnoreCase(signatureWithPrefix)) {
|
||||
|
|
Loading…
Reference in New Issue