Skip to content

Commit

Permalink
wine64
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Oct 18, 2024
1 parent 7aec3ef commit 22e1f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/src/modules/binarize/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ impl Module for Binarize {
let mut cmd = if cfg!(windows) {
Command::new(exe)
} else {
let mut cmd = Command::new("wine");
let mut cmd = Command::new("wine64");
cmd.arg(exe);
cmd.env("WINEPREFIX", "/tmp/hemtt-wine");
std::fs::create_dir_all("/tmp/hemtt-wine")
Expand Down

0 comments on commit 22e1f03

Please sign in to comment.