Skip to content

Commit 64680cb

Browse files
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.
1 parent 00b8a5f commit 64680cb

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

pkg/msvc-uwp/RetroArch-msvcUWP/RetroArch-msvcUWP.vcxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,10 @@
274274
<DeploymentContent>true</DeploymentContent>
275275
<Link>cores\%(Filename)%(Extension)</Link>
276276
</None>
277+
<None Include="cores\$(Platform)\cores\*.lck">
278+
<DeploymentContent>true</DeploymentContent>
279+
<Link>cores\%(Filename)%(Extension)</Link>
280+
</None>
277281
<None Include="cores\$(Platform)\*.dll">
278282
<DeploymentContent>true</DeploymentContent>
279283
<Link>%(Filename)%(Extension)</Link>

pkg/msvc-uwp/RetroArch-msvcUWP/RetroArch-msvcUWP.vcxproj.filters

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
</ItemGroup>
2020
<ItemGroup>
2121
<None Include="cores\$(Platform)\cores\*.dll" />
22+
<None Include="cores\$(Platform)\cores\*.lck" />
2223
<None Include="cores\$(Platform)\*.dll" />
2324
<None Include="RetroArch-msvcUWP_TemporaryKey.pfx" />
2425
<None Include="ANGLE\$(Platform)\*.dll" />

0 commit comments

Comments
 (0)