mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
added ImageMagickSharp.dll.config
This commit is contained in:
parent
25a50c7ec7
commit
1bf2ef6385
4
MediaBrowser.Server.Mono/ImageMagickSharp.dll.config
Normal file
4
MediaBrowser.Server.Mono/ImageMagickSharp.dll.config
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<configuration>
|
||||||
|
<dllmap dll="CORE_RL_Wand_.dll" target="CORE_RL_Wand_.so" os="linux"/>
|
||||||
|
<dllmap dll="CORE_RL_Wand_.dll" target="./MediaInfo/osx/libmediainfo.dylib" os="osx"/>
|
||||||
|
</configuration>
|
@ -150,6 +150,9 @@
|
|||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</None>
|
</None>
|
||||||
<None Include="app.config" />
|
<None Include="app.config" />
|
||||||
|
<None Include="ImageMagickSharp.dll.config">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
<None Include="MediaBrowser.MediaInfo.dll.config">
|
<None Include="MediaBrowser.MediaInfo.dll.config">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</None>
|
</None>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user