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
8433f85d
Commit
8433f85d
authored
Nov 22, 2019
by
Rye Mutt
🍞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to alchemy patched CEF 3904 branch
parent
801bb64a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
build-cmd.sh
build-cmd.sh
+7
-7
No files found.
build-cmd.sh
View file @
8433f85d
...
...
@@ -29,15 +29,15 @@ source_environment_tempfile="$stage/source_environment.sh"
# version number to build (this is what to change to update CEF build)
# it will get propagated into the URLs below
CEF_PACKAGE_VERSION
=
"7
7.1
.7+g
c7dbc2f
+chromium-7
7
.0.3
865.90
"
CEF_PACKAGE_VERSION
=
"7
8.3
.7+g
ea7ef34
+chromium-7
8
.0.3
904.108
"
# URLs of the CEF bundle to download
CEF_BUNDLE_URL_WINDOWS32
=
"https://pkg.alchemyviewer.org/repository/cef/g
c7dbc2f
/cef_binary_"
$CEF_PACKAGE_VERSION
"_windows32.tar.bz2"
CEF_SYM_BUNDLE_URL_WINDOWS32
=
"https://pkg.alchemyviewer.org/repository/cef/g
c7dbc2f
/cef_binary_"
$CEF_PACKAGE_VERSION
"_windows64_release_symbols.tar.bz2"
CEF_BUNDLE_URL_WINDOWS64
=
"https://pkg.alchemyviewer.org/repository/cef/g
c7dbc2f
/cef_binary_"
$CEF_PACKAGE_VERSION
"_windows64.tar.bz2"
CEF_SYM_BUNDLE_URL_WINDOWS64
=
"https://pkg.alchemyviewer.org/repository/cef/g
c7dbc2f
/cef_binary_"
$CEF_PACKAGE_VERSION
"_windows64_release_symbols.tar.bz2"
CEF_BUNDLE_URL_DARWIN64
=
"https://pkg.alchemyviewer.org/repository/cef/g
c7dbc2f
/cef_binary_"
$CEF_PACKAGE_VERSION
"_macosx64.tar.bz2"
CEF_SYM_BUNDLE_URL_DARWIN64
=
"https://pkg.alchemyviewer.org/repository/cef/g
c7dbc2f
/cef_binary_"
$CEF_PACKAGE_VERSION
"_macosx64_release_symbols.tar.bz2"
CEF_BUNDLE_URL_WINDOWS32
=
"https://pkg.alchemyviewer.org/repository/cef/g
ea7ef34
/cef_binary_"
$CEF_PACKAGE_VERSION
"_windows32.tar.bz2"
CEF_SYM_BUNDLE_URL_WINDOWS32
=
"https://pkg.alchemyviewer.org/repository/cef/g
ea7ef34
/cef_binary_"
$CEF_PACKAGE_VERSION
"_windows64_release_symbols.tar.bz2"
CEF_BUNDLE_URL_WINDOWS64
=
"https://pkg.alchemyviewer.org/repository/cef/g
ea7ef34
/cef_binary_"
$CEF_PACKAGE_VERSION
"_windows64.tar.bz2"
CEF_SYM_BUNDLE_URL_WINDOWS64
=
"https://pkg.alchemyviewer.org/repository/cef/g
ea7ef34
/cef_binary_"
$CEF_PACKAGE_VERSION
"_windows64_release_symbols.tar.bz2"
CEF_BUNDLE_URL_DARWIN64
=
"https://pkg.alchemyviewer.org/repository/cef/g
ea7ef34
/cef_binary_"
$CEF_PACKAGE_VERSION
"_macosx64.tar.bz2"
CEF_SYM_BUNDLE_URL_DARWIN64
=
"https://pkg.alchemyviewer.org/repository/cef/g
ea7ef34
/cef_binary_"
$CEF_PACKAGE_VERSION
"_macosx64_release_symbols.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