Added NVDIA gpu check

This commit is contained in:
Samuele Lorefice
2025-12-17 21:14:45 +01:00
parent fc915be3aa
commit 6464268253
3 changed files with 31 additions and 0 deletions

View File

@@ -18,4 +18,17 @@
</Content>
</ItemGroup>
<ItemGroup>
<Folder Include="ffmpeg\" />
</ItemGroup>
<ItemGroup>
<None Update="ffmpeg\ffmpeg.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="ffmpeg\ffprobe.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>