Skip to content
Snippets Groups Projects

Add CEF license to CEF feature

Merged Pascal Stücker requested to merge issue/add-license into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -18,7 +18,7 @@ pipeline {
@@ -18,7 +18,7 @@ pipeline {
{
{
// Download CEF distribution
// Download CEF distribution
downloadCEF versionFile: '../../../../CEF_VERSION.txt',
downloadCEF versionFile: '../../../../CEF_VERSION.txt',
files: ['Resources'],
files: ['Resources', 'LICENSE.txt'],
wildcards: [
wildcards: [
'Release/*.dll',
'Release/*.dll',
'Release/*.bin'
'Release/*.bin'
Loading