Skip to content

Commit 00c1f93

Browse files
committed
Fix: Fixed an issue with extracting archives on ARM64 devices
1 parent 87e501c commit 00c1f93

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/Files.App/7zArm64.dll

434 KB
Binary file not shown.

src/Files.App/Files.App.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
<Content Include="7z64.dll">
4949
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
5050
</Content>
51+
<Content Include="7zArm64.dll">
52+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
53+
</Content>
5154
<Content Update="Assets\Resources\**">
5255
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
5356
</Content>

0 commit comments

Comments
 (0)