File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,11 @@ jobs:
49
49
run : |
50
50
VERSION=$(grep -E -v ^# ../../CEF_VERSION.txt)
51
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 $VERSION/Resources --strip-components 2
52
+ tar xf cef.tar.bz2 $VERSION/LICENSE.txt $VERSION/Resources --strip-components 1
53
+ tar xf cef.tar.bz2 $VERSION/Release/libcef.lib --strip-components 2
54
54
tar xf cef.tar.bz2 --wildcards $VERSION/Release/*.dll --wildcards $VERSION/Release/*.bin --strip-components 2
55
- cp -r *.dll *.bin Resources LICENSE.txt ../../java/org.eclipse.set.browser.cef.win32/res/cef
55
+ cp -r *.dll *.bin Resources/* LICENSE.txt ../../java/org.eclipse.set.browser.cef.win32/res/cef
56
+ ls -avl ../../java/org.eclipse.set.browser.cef.win32/res/cef
56
57
working-directory : cef/Release
57
58
58
59
- name : Build Rust
You can’t perform that action at this time.
0 commit comments