We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31096c commit bd26e7bCopy full SHA for bd26e7b
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
VERSION=$(grep -E -v ^# ../../CEF_VERSION.txt)
51
wget https://cef-builds.spotifycdn.com/$VERSION.tar.bz2 -O cef.tar.bz2
52
tar xf cef.tar.bz2 $VERSION/LICENSE.txt --strip-components 1
53
- tar xf cef.tar.bz2 $VERSION/Release/libcef.lib --strip-components 2
+ tar xf cef.tar.bz2 $VERSION/Release/libcef.lib $VERSION/Resources --strip-components 2
54
tar xf cef.tar.bz2 --wildcards $VERSION/Release/*.dll --wildcards $VERSION/Release/*.bin --strip-components 2
55
cp -r *.dll *.bin LICENSE.txt ../../java/org.eclipse.set.browser.cef.win32/res/cef
56
working-directory: cef/Release
0 commit comments