Skip to content

Commit cc21cc4

Browse files
authored
Copy resources to Java bundle
1 parent bd26e7b commit cc21cc4

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
@@ -52,7 +52,7 @@ jobs:
5252
tar xf cef.tar.bz2 $VERSION/LICENSE.txt --strip-components 1
5353
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
55-
cp -r *.dll *.bin 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
5656
working-directory: cef/Release
5757

5858
- name: Build Rust

0 commit comments

Comments
 (0)