You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Unverified payload is stored in e.g. "output_dir/.unverified/oem.gz".
213
210
// Verified payload is stored in e.g. "output_dir/oem.raw".
214
211
let pkg_unverified = unverified_dir.join(&*pkg.name);
215
-
let pkg_verified = output_dir.join(output_filename.as_ref().map(OsStr::new).unwrap_or(pkg_unverified.with_extension("raw").file_name().unwrap_or_default()));
0 commit comments