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::{
|
use std::{
|
||||||
fs::{File, OpenOptions},
|
fs::{File, OpenOptions},
|
||||||
io::{Read, Write},
|
|
||||||
path::{Path, PathBuf},
|
path::{Path, PathBuf},
|
||||||
str::FromStr,
|
str::FromStr,
|
||||||
};
|
};
|
||||||
|
@ -47,7 +46,7 @@ fn real_main() -> i32 {
|
||||||
|
|
||||||
for file in files {
|
for file in files {
|
||||||
append_zip
|
append_zip
|
||||||
.start_file(file.to_string_lossy(), Default::default())
|
.start_file_from_path(file, Default::default())
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
||||||
let mut f = File::open(file).unwrap();
|
let mut f = File::open(file).unwrap();
|
||||||
|
|
Loading…
Add table
Reference in a new issue