Skip to content

Commit bd26e7b

Browse files
authored
Add Resources directory to CEF files
1 parent b31096c commit bd26e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
VERSION=$(grep -E -v ^# ../../CEF_VERSION.txt)
5151
wget https://cef-builds.spotifycdn.com/$VERSION.tar.bz2 -O cef.tar.bz2
5252
tar xf cef.tar.bz2 $VERSION/LICENSE.txt --strip-components 1
53-
tar xf cef.tar.bz2 $VERSION/Release/libcef.lib --strip-components 2
53+
tar xf cef.tar.bz2 $VERSION/Release/libcef.lib $VERSION/Resources --strip-components 2
5454
tar xf cef.tar.bz2 --wildcards $VERSION/Release/*.dll --wildcards $VERSION/Release/*.bin --strip-components 2
5555
cp -r *.dll *.bin LICENSE.txt ../../java/org.eclipse.set.browser.cef.win32/res/cef
5656
working-directory: cef/Release

0 commit comments

Comments
 (0)