Skip to content

Commit

Permalink
fix dict
Browse files Browse the repository at this point in the history
  • Loading branch information
yawkat committed Jan 5, 2025
1 parent 296c8d6 commit a57cbfa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public void run() throws IOException {
try (OutputStream os = new FileOutputStream(dictFile)) {
buildDictionary(classpathAccess, os, target);
}
args.add("-dict=$this_dir/" + fileName);
args.add("-dict=$this_dir/dict/" + fileName);
}
String sh = """
#!/bin/bash
Expand Down

0 comments on commit a57cbfa

Please sign in to comment.