Skip to content

Commit

Permalink
修复 ARM64 的引用问题 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
Richasy authored Jan 5, 2024
1 parent 41a9655 commit 6721f45
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions src/App/App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,27 @@
<Content Update="Assets\AppCenterSecret.txt">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</Content>
<None Update="Assets\ffmpeg\arm64\avcodec-59.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Assets\ffmpeg\arm64\avdevice-59.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Assets\ffmpeg\arm64\avfilter-8.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Assets\ffmpeg\arm64\avformat-59.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Assets\ffmpeg\arm64\avutil-57.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Assets\ffmpeg\arm64\postproc-56.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Assets\ffmpeg\arm64\swscale-6.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Assets\ffmpeg\x64\avcodec-59.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down
4 changes: 2 additions & 2 deletions src/App/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
</Properties>

<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.17763.0" MaxVersionTested="10.0.19041.0" />
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.17763.0" MaxVersionTested="10.0.19041.0" />
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.19041.0" MaxVersionTested="10.0.19041.0" />
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.19041.0" MaxVersionTested="10.0.19041.0" />
</Dependencies>

<Resources>
Expand Down

0 comments on commit 6721f45

Please sign in to comment.