dongle-flash: automatic zip cleanup

This commit is contained in:
Lotte Steenbrink 2020-07-15 17:08:40 +02:00
parent 0308868702
commit 2c317784dc

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 ...");