1
1
Ruben 9 сар өмнө
parent
commit
20fdfcb260

+ 3 - 0
src/PicView.Core/PicView.Core.csproj

@@ -23,6 +23,9 @@
   <PropertyGroup Condition="'$(Platform)' == 'arm64'">
     <PlatformTarget>ARM64</PlatformTarget>
   </PropertyGroup>
+  <PropertyGroup>
+    <MagickCopyNativeLinux>true</MagickCopyNativeLinux>
+  </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="Magick.NET-Q8-OpenMP-x64" Version="14.0.0" />
     <PackageReference Include="SharpCompress" Version="0.38.0" />