Skip to content

Commit bbe8f78

Browse files
authored
Update wkhtmltopdf: Support KDE Neon 22.04 and 24.04
1 parent a29aa7d commit bbe8f78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/wkhtmltopdf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ suffix = case RbConfig::CONFIG['host_os']
4545
os = 'ubuntu_22.04' if os.start_with?('ubuntu_22.') ||
4646
os.start_with?('ubuntu_24.') ||
4747
os.start_with?('tuxedo_22.') ||
48+
os.start_with?('neon_24.') ||
49+
os.start_with?('neon_22.') ||
4850
os.start_with?('linuxmint_22')
4951

5052
os = 'centos_6' if (os.start_with?('amzn_') && os != 'amzn_2' && os != 'amzn_2023') ||

0 commit comments

Comments
 (0)