Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Router Gray
3p-cef-bin
Commits
c6ae0940
Commit
c6ae0940
authored
Mar 28, 2019
by
Drake Arconis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CEF to 73.1.12-gee4b49f-chromium-73.0.3683.75
parent
2afda782
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
build-cmd.sh
build-cmd.sh
+5
-5
No files found.
build-cmd.sh
View file @
c6ae0940
...
...
@@ -29,12 +29,12 @@ source_environment_tempfile="$stage/source_environment.sh"
# version number to build (this is what to change to updatge CEF build)
# it will get propagated into the URLs below
CEF_PACKAGE_VERSION
=
"
3325.1750.gaabe4c4
"
CEF_PACKAGE_VERSION
=
"
73.1.12-gee4b49f-chromium-73.0.3683.75
"
# URLs of the CEF bundle to download
CEF_BUNDLE_URL_WINDOWS32
=
"http
s
://
secondlife-cef-builds.s3.amazonaws.com
/cef_binary_
3.
"
$CEF_PACKAGE_VERSION
"_windows32.tar.bz2"
CEF_BUNDLE_URL_WINDOWS64
=
"http
s
://
secondlife-cef-builds.s3.amazonaws.com
/cef_binary_
3.
"
$CEF_PACKAGE_VERSION
"_windows64.tar.bz2"
CEF_BUNDLE_URL_DARWIN64
=
"http
s
://
secondlife-cef-builds.s3.amazonaws.com
/cef_binary_
3.
"
$CEF_PACKAGE_VERSION
"_macosx64.tar.bz2"
CEF_BUNDLE_URL_WINDOWS32
=
"http://
depot.alchemyviewer.org/pub/packages/cef-builds
/cef_binary_"
$CEF_PACKAGE_VERSION
"_windows32.tar.bz2"
CEF_BUNDLE_URL_WINDOWS64
=
"http://
depot.alchemyviewer.org/pub/packages/cef-builds
/cef_binary_"
$CEF_PACKAGE_VERSION
"_windows64.tar.bz2"
CEF_BUNDLE_URL_DARWIN64
=
"http://
depot.alchemyviewer.org/pub/packages/cef-builds
/cef_binary_"
$CEF_PACKAGE_VERSION
"_macosx64.tar.bz2"
# file where the CEF bundle will be downloaded to before unpacking etc.
CEF_BUNDLE_DOWNLOAD_FILE_WINDOWS
=
"
${
top
}
/stage/windows
${
AUTOBUILD_ADDRSIZE
}
.bz2"
...
...
@@ -68,7 +68,7 @@ case "$AUTOBUILD_PLATFORM" in
rm
-rf
build
mkdir
-p
build
cd
build
cmake
-G
"
$AUTOBUILD_WIN_CMAKE_GEN
"
..
cmake
-G
"
$AUTOBUILD_WIN_CMAKE_GEN
"
-A
${
AUTOBUILD_WIN_VSPLATFORM
}
..
# build release version of wrapper only
build_sln cef.sln
"Release"
"
$AUTOBUILD_WIN_VSPLATFORM
"
"libcef_dll_wrapper"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment