Skip to content

Commit

Permalink
Maybe fix binarization file copy
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas authored Oct 31, 2023
1 parent 0464cf6 commit b22e4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/src/executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ fn setup_tmp(ctx: &Context) -> Result<(), Error> {
continue;
}
let tmp_file = tmp
.join(ctx.addons().first().unwrap().prefix().as_pathbuf())
//.join(ctx.addons().first().unwrap().prefix().as_pathbuf())
.parent()
.unwrap()
.join(file.file_name().unwrap());
Expand Down

0 comments on commit b22e4e3

Please sign in to comment.