Skip to content

Commit

Permalink
Untabify
Browse files Browse the repository at this point in the history
  • Loading branch information
amaitland committed Dec 19, 2017
1 parent 982a633 commit 3ad3be2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NuGet/cef.redist.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
<files>
<file src="..\cef_binary_3.y.z_$CPlatform$\$Configuration$\*.dll" target="CEF\" exclude="..\cef_binary_3.y.z_$CPlatform$\$Configuration$\d3dcompiler_43.dll" />
<file src="..\cef_binary_3.y.z_$CPlatform$\$Configuration$\swiftshader\*.dll" target="CEF\swiftshader" />
<!-- Since CEF 3.2357 the files natives_blob.bin and snapshot_blob.bin need to be distributed.
<!-- Since CEF 3.2357 the files natives_blob.bin and snapshot_blob.bin need to be distributed.
https://groups.google.com/a/chromium.org/forum/#!topic/chromium-packagers/75J9Y1vIc_E
http://www.magpcss.org/ceforum/viewtopic.php?f=6&t=12580
-->
<file src="..\cef_binary_3.y.z_$CPlatform$\$Configuration$\*.bin" target="CEF\" />
<file src="..\cef_binary_3.y.z_$CPlatform$\Resources\*.pak" target="CEF\"/>
<file src="..\cef_binary_3.y.z_$CPlatform$\Resources\*.dat" target="CEF\"/>
<file src="..\cef_binary_3.y.z_$CPlatform$\Resources\*.dat" target="CEF\"/>
<file src="..\cef_binary_3.y.z_$CPlatform$\Resources\locales\*.pak" target="CEF\locales"/>

<file src="cef.redist.targets" target="build\cef.redist.$Platform$$DotConfiguration$.targets" />
<file src="cef-binary-$Platform$.txt" target="CEF\" />
<file src="cef-binary-$Platform$.txt" target="CEF\" />
</files>
</package>

0 comments on commit 3ad3be2

Please sign in to comment.