Skip to content

Commit

Permalink
feat: update path
Browse files Browse the repository at this point in the history
  • Loading branch information
mike committed Jul 22, 2024
1 parent de6c6dd commit 1962a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pdf_converter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ where
Q: AsRef<Path>,
{
let command = if cfg!(target_os = "windows") {
"gswin64c"
"gswin64c.exe"
} else {
"gs"
};
Expand Down

0 comments on commit 1962a71

Please # to comment.