Skip to content

Commit 3306b67

Browse files
committed
Fix missing icudtl.dat on Linux cef
1 parent 357e429 commit 3306b67

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424
### Fixed
2525

2626
- Do not pass proxy settings if ProxyServer is false
27+
- Fix missing icudtl.dat on Linux cef (#346)
2728

2829
## [2.2.0] - 2024-09-20
2930

src/UnityWebBrowser.Engine.Cef/Shared/UnityWebBrowser.Engine.Cef.Shared.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
9595
</ContentWithTargetPath>
9696

97-
<ContentWithTargetPath Include="..\..\ThirdParty\Libs\cef\linux64\Release\*.dat" Link="Libs/%(Filename)%(Extension)">
97+
<ContentWithTargetPath Include="..\..\ThirdParty\Libs\cef\linux64\Resources\*.dat" Link="Libs/%(Filename)%(Extension)">
9898
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
9999
<TargetPath>%(Filename)%(Extension)</TargetPath>
100100
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>

0 commit comments

Comments
 (0)