Merge pull request #58 from ferrous-systems/zip_cleanup

dongle-flash: automatic zip cleanup
This commit is contained in:
Jorge Aparicio 2020-07-16 08:09:15 +00:00 committed by GitHub
commit 9365ecca58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,7 +99,8 @@ if the red LED was blinking and you got this message then the device wasn't corr
ihex
};
let dfu = ihex.with_extension("zip");
// create in temp folder for automatic cleanup
let dfu = dir.path().join(filename).with_extension("zip");
println!("packaging iHex using nrfutil ...");