Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
onlyoffice_core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
onlyoffice_core
Commits
23029a6a
Commit
23029a6a
authored
Nov 30, 2017
by
Alexey.Golubev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change cef number
parent
eda8e4d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Common/3dParty/cef/fetch.bat
Common/3dParty/cef/fetch.bat
+1
-1
Common/3dParty/cef/fetch.sh
Common/3dParty/cef/fetch.sh
+1
-1
No files found.
Common/3dParty/cef/fetch.bat
View file @
23029a6a
...
...
@@ -15,7 +15,7 @@ cd "%SCRIPTPATH%%PLATFORM%"
if
exist
"cef_binary.7z"
(
echo
"cef_binary.7z already downloaded"
)
else
(
Powershell
.exe
Invoke
-WebRequest -OutFile
cef_binary
.7z
http
://d2ettrnqo7v976.cloudfront.net/cef/
2454
/
%PLATFORM%
/cef
_binary.7z
Powershell
.exe
Invoke
-WebRequest -OutFile
cef_binary
.7z
http
://d2ettrnqo7v976.cloudfront.net/cef/
3163
/
%PLATFORM%
/cef
_binary.7z
)
SET
UNSIP_PROGRAMM
=
"
%ProgramFiles%
\7-Zip\7z.exe"
...
...
Common/3dParty/cef/fetch.sh
View file @
23029a6a
...
...
@@ -42,7 +42,7 @@ if [[ -f "cef_binary.7z" ]]
then
echo
"cef_binary already downloaded"
else
wget http://d2ettrnqo7v976.cloudfront.net/cef/
2454
/
$platform$arch
/cef_binary.7z
wget http://d2ettrnqo7v976.cloudfront.net/cef/
3163
/
$platform$arch
/cef_binary.7z
fi
if
[
-d
cef_binary
]
then
...
...
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