Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
CHKZL committed Jul 6, 2024
1 parent a12943c commit e8d5be5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 16 deletions.
9 changes: 4 additions & 5 deletions Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
<ItemGroup>
<Content Include="DDTV.ico" />
</ItemGroup>
<ItemGroup Condition="'$(OS)' == 'Windows_NT'">
<None Update="plugins\ffmpeg\ffmpeg.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2420.47" />
<PackageReference Include="System.Drawing.Common" Version="8.0.4" />
Expand All @@ -35,4 +30,8 @@
<ProjectReference Include="..\Core\Core.csproj" />
</ItemGroup>

<ItemGroup>
<Folder Include="plugins\" />
</ItemGroup>

</Project>
3 changes: 0 additions & 3 deletions Client/plugins/ffmpeg/ffmpeg.exe

This file was deleted.

5 changes: 0 additions & 5 deletions Desktop/Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@
</None>

</ItemGroup>
<ItemGroup Condition="'$(OS)' == 'Windows_NT'">
<None Update="plugins\ffmpeg\ffmpeg.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

<ItemGroup>
<Page Update="Views\Pages\ToolsPage.xaml">
Expand Down
3 changes: 0 additions & 3 deletions Desktop/plugins/ffmpeg/ffmpeg.exe

This file was deleted.

0 comments on commit e8d5be5

Please sign in to comment.