Skip to content

Commit

Permalink
Revert newer OpenEXR
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Oct 28, 2024
1 parent 145e961 commit 2a65dc8
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 @@ -72,7 +72,7 @@ if ($pluginNames -contains 'KImageFormats') {
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")
CopyFrameworkDlls "OpenEXR-3_3.dll" @("deflate.dll", "Iex-3_3.dll", "IlmThread-3_3.dll", "Imath-3_1.dll", "OpenEXRCore-3_3.dll")
CopyFrameworkDlls "OpenEXR-3_2.dll" @("deflate.dll", "Iex-3_2.dll", "IlmThread-3_2.dll", "Imath-3_1.dll", "OpenEXRCore-3_2.dll")
} elseif ($IsMacOS) {
cp KImageFormats/KImageFormats/output/kimg_*.* "$out_imf/"
cp KImageFormats/KImageFormats/output/libKF?Archive.?.dylib "$out_frm/"
Expand Down

0 comments on commit 2a65dc8

Please sign in to comment.