Fix failing build
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
This commit is contained in:
parent
9f10a01453
commit
b944c3ad86
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
use std::{
|
||||
fs::{File, OpenOptions},
|
||||
io::{Read, Write},
|
||||
path::{Path, PathBuf},
|
||||
str::FromStr,
|
||||
};
|
||||
|
@ -47,7 +46,7 @@ fn real_main() -> i32 {
|
|||
|
||||
for file in files {
|
||||
append_zip
|
||||
.start_file(file.to_string_lossy(), Default::default())
|
||||
.start_file_from_path(file, Default::default())
|
||||
.unwrap();
|
||||
|
||||
let mut f = File::open(file).unwrap();
|
||||
|
|
Loading…
Add table
Reference in a new issue