Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions bin/wkhtmltopdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ arch = case RUBY_PLATFORM
'linux-amd64'
when /linux/
'linux-x86'
when /64.*darwin/
'darwin-x86_64'
when /darwin/
'darwin-x86'
else
Expand Down
Binary file modified libexec/wkhtmltopdf-darwin-x86
Binary file not shown.
Binary file added libexec/wkhtmltopdf-darwin-x86_64
Binary file not shown.
Binary file modified libexec/wkhtmltopdf-linux-amd64
Binary file not shown.
Binary file modified libexec/wkhtmltopdf-linux-x86
Binary file not shown.