Skip to content

Commit

Permalink
Merge pull request #32 from tock/no-bin-file
Browse files Browse the repository at this point in the history
No longer include .bin files in TAB
  • Loading branch information
ppannuto authored Aug 10, 2021
2 parents 8eb28e4 + e183c4f commit ea5dd5c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,6 @@ fn main() {
outfile.seek(io::SeekFrom::Start(0)).unwrap();
tab.append_file(tbf_path.file_name().unwrap(), &mut outfile)
.unwrap();
outfile.seek(io::SeekFrom::Start(0)).unwrap();
tab.append_file(
tbf_path.with_extension("bin").file_name().unwrap(),
&mut outfile,
)
.unwrap();
}
}

Expand Down

0 comments on commit ea5dd5c

Please sign in to comment.