Package *.lck core lock file-extension.

Includes *.lck alongside the rest of the cores/$platform/cores so that bundled cores can be locked at time of publish.
This commit is contained in:
MoistDreams 2024-05-19 18:21:27 +10:00 committed by LibretroAdmin
parent 00b8a5f15c
commit 64680cbfef
2 changed files with 5 additions and 0 deletions

View File

@ -274,6 +274,10 @@
<DeploymentContent>true</DeploymentContent>
<Link>cores\%(Filename)%(Extension)</Link>
</None>
<None Include="cores\$(Platform)\cores\*.lck">
<DeploymentContent>true</DeploymentContent>
<Link>cores\%(Filename)%(Extension)</Link>
</None>
<None Include="cores\$(Platform)\*.dll">
<DeploymentContent>true</DeploymentContent>
<Link>%(Filename)%(Extension)</Link>

View File

@ -19,6 +19,7 @@
</ItemGroup>
<ItemGroup>
<None Include="cores\$(Platform)\cores\*.dll" />
<None Include="cores\$(Platform)\cores\*.lck" />
<None Include="cores\$(Platform)\*.dll" />
<None Include="RetroArch-msvcUWP_TemporaryKey.pfx" />
<None Include="ANGLE\$(Platform)\*.dll" />