Skip to content

Commit

Permalink
Update image format plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Sep 28, 2024
1 parent a6b7732 commit 4657abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/scripts/download-plugins.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ if ($pluginNames -contains 'KImageFormats') {
if ($IsWindows) {
mv KImageFormats/KImageFormats/output/kimg_*.dll "$out_imf/"
CopyFrameworkDlls "KF$($kfMajorVer)Archive.dll" @("zlib1.dll")
CopyFrameworkDlls "avif.dll" @("dav1d.dll")
CopyFrameworkDlls "avif.dll" @("dav1d.dll", "jpeg62.dll", "libyuv.dll")
CopyFrameworkDlls "heif.dll" @("libde265.dll")
CopyFrameworkDlls "raw.dll" @("lcms2.dll", "zlib1.dll")
CopyFrameworkDlls "jxl.dll" @("brotlicommon.dll", "brotlidec.dll", "brotlienc.dll", "hwy.dll", "jxl_cms.dll", "jxl_threads.dll", "lcms2.dll")
Expand Down

0 comments on commit 4657abe

Please sign in to comment.