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
e50b8c35
Commit
e50b8c35
authored
Feb 28, 2018
by
callum_linden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pull in new updated version of CEF (3282.1742.g96f907e - Chrome 64)
parent
b0ec36fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
build-cmd.sh
build-cmd.sh
+8
-4
No files found.
build-cmd.sh
View file @
e50b8c35
...
...
@@ -26,10 +26,14 @@ source_environment_tempfile="$stage/source_environment.sh"
"
$AUTOBUILD
"
source_environment
>
"
$source_environment_tempfile
"
.
"
$source_environment_tempfile
"
# URLs of the CEF bundle to download (this is what to change to updatge CEF build)
CEF_BUNDLE_URL_WINDOWS32
=
"https://secondlife-cef-builds.s3.amazonaws.com/cef_binary_3.3239.1723.g071d1c1_windows32.tar.bz2"
CEF_BUNDLE_URL_WINDOWS64
=
"https://secondlife-cef-builds.s3.amazonaws.com/cef_binary_3.3239.1723.g071d1c1_windows64.tar.bz2"
CEF_BUNDLE_URL_DARWIN64
=
"https://secondlife-cef-builds.s3.amazonaws.com/cef_binary_3.3239.1723.g071d1c1_macosx64.tar.bz2"
# version number to build (this is what to change to updatge CEF build)
# it will get propagated into the URLs below
CEF_PACKAGE_VERSION
=
"3282.1742.g96f907e"
# URLs of the CEF bundle to download
CEF_BUNDLE_URL_WINDOWS32
=
"https://secondlife-cef-builds.s3.amazonaws.com/cef_binary_3."
$CEF_PACKAGE_VERSION
"_windows32.tar.bz2"
CEF_BUNDLE_URL_WINDOWS64
=
"https://secondlife-cef-builds.s3.amazonaws.com/cef_binary_3."
$CEF_PACKAGE_VERSION
"_windows64.tar.bz2"
CEF_BUNDLE_URL_DARWIN64
=
"https://secondlife-cef-builds.s3.amazonaws.com/cef_binary_3."
$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"
...
...
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