Skip to content

Commit

Permalink
Package *.lck core lock file-extension.
Browse files Browse the repository at this point in the history
Includes *.lck alongside the rest of the cores/$platform/cores so that bundled cores can be locked at time of publish.
  • Loading branch information
Misunderstood-Wookiee authored and LibretroAdmin committed May 30, 2024
1 parent 00b8a5f commit 64680cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/msvc-uwp/RetroArch-msvcUWP/RetroArch-msvcUWP.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit 64680cb

Please sign in to comment.