Skip to content

Commit 8654a90

Browse files
committed
chromiumembeddedframework.redist.win.nuspec - Fix incorrect x64 platform
1 parent 8f81835 commit 8654a90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NuGet/chromiumembeddedframework.redist.win.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
So we have to copy the files twice (thankfully zip will negate any size concerns for the nupkg, extra space on disk though)
4242
https://docs.microsoft.com/en-us/nuget/reference/nuspec#including-content-files
4343
-->
44-
<file src="..\cef_binary_3.y.z_$CPlatform$\$Configuration$\swiftshader\*.dll" target="contentFiles\any\any\runtimes\win-x64\native\swiftshader" />
45-
<file src="..\cef_binary_3.y.z_$CPlatform$\Resources\locales\*.pak" target="contentFiles\any\any\runtimes\win-x64\native\locales"/>
44+
<file src="..\cef_binary_3.y.z_$CPlatform$\$Configuration$\swiftshader\*.dll" target="contentFiles\any\any\runtimes\win-$Platform$\native\swiftshader" />
45+
<file src="..\cef_binary_3.y.z_$CPlatform$\Resources\locales\*.pak" target="contentFiles\any\any\runtimes\win-$Platform$\native\locales"/>
4646

4747
<!-- Commented out for now, will need testing, focus on PackageReference format -->
4848
<!-- <file src="..\cef_binary_3.y.z_$CPlatform$\$Configuration$\swiftshader\*.dll" target="content\swiftshader" /> -->

0 commit comments

Comments
 (0)