Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed May 20, 2024
1 parent 0d69d56 commit 08775b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions YoutubeDownloader/YoutubeDownloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@
<ProjectReference Include="..\YoutubeDownloader.Core\YoutubeDownloader.Core.csproj" />
</ItemGroup>

<!-- Exlucde assemblies from trimming -->
<ItemGroup>
<TrimmerRootAssembly Include="Avalonia.WebView" />
</ItemGroup>

<!-- Download FFmpeg and copy it to the output directory-->
<PropertyGroup>
<FFmpegPlatform>$(RuntimeIdentifier)</FFmpegPlatform>
Expand Down

0 comments on commit 08775b2

Please sign in to comment.