mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-18 16:38:45 +00:00
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:
parent
00b8a5f15c
commit
64680cbfef
@ -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>
|
||||
|
@ -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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user