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
1aad0809
Commit
1aad0809
authored
Jan 04, 2018
by
callum_linden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweak instructions so it's more clear how to update CEF builds and remove a spurious comment
parent
4c48f6ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
build-cmd.sh
build-cmd.sh
+1
-3
No files found.
build-cmd.sh
View file @
1aad0809
...
...
@@ -26,7 +26,7 @@ source_environment_tempfile="$stage/source_environment.sh"
"
$AUTOBUILD
"
source_environment
>
"
$source_environment_tempfile
"
.
"
$source_environment_tempfile
"
# URLs of the CEF bundle to download
.
# URLs of the CEF bundle to download
(this is what to change to updatge CEF build)
CEF_BUNDLE_URL_WINDOWS32
=
"http://opensource.spotify.com/cefbuilds/cef_binary_3.3239.1716.g735b746_windows32.tar.bz2"
CEF_BUNDLE_URL_WINDOWS64
=
"http://opensource.spotify.com/cefbuilds/cef_binary_3.3239.1716.g735b746_windows64.tar.bz2"
CEF_BUNDLE_URL_DARWIN64
=
"http://opensource.spotify.com/cefbuilds/cef_binary_3.3239.1716.g735b746_macosx64.tar.bz2"
...
...
@@ -112,8 +112,6 @@ case "$AUTOBUILD_PLATFORM" in
;;
darwin64
)
#CEF_BUNDLE_SRC_DIR_DARWIN64="${CEF_BUNDLE_SRC_DIR_DARWIN64}"
# download bundle
CEF_BUNDLE_URL
=
"CEF_BUNDLE_URL_DARWIN64"
curl
"
${
!CEF_BUNDLE_URL
}
"
-o
"
${
CEF_BUNDLE_DOWNLOAD_FILE_DARWIN64
}
"
...
...
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