Skip to content

Commit

Permalink
(*)fix font file path
Browse files Browse the repository at this point in the history
  • Loading branch information
missdeer committed Aug 12, 2018
1 parent f876880 commit c2be7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ func main() {
LineSpacing: 1.2,
PagesPerFile: 0,
ChaptersPerFile: 0,
FontFile: "fonts/CustomFont.ttf",
FontFile: filepath.Join("fonts", "CustomFont.ttf"),
RetryCount: 3,
Timeout: 60,
ParallelCount: 10,
Expand Down

0 comments on commit c2be7a5

Please sign in to comment.