change to ignore non-utf-8

This commit is contained in:
Pakin 2025-09-08 11:14:13 +07:00
parent 67e36b0620
commit b0623b90bc

View file

@ -37,8 +37,7 @@ impl Peekable for LastBuildFirmware {
.unwrap()
.file_name()
.unwrap()
.to_str()
.unwrap()
.to_string_lossy()
.to_string(),
);
}