Use "http" for download url, fixes #929
This commit is contained in:
parent
55c8206bda
commit
6d168b89ef
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
import platform
|
||||
import sys
|
||||
|
||||
BASE_URL = 'https://gh-contractor-zcbenz.s3.amazonaws.com/libchromiumcontent'
|
||||
BASE_URL = 'http://gh-contractor-zcbenz.s3.amazonaws.com/libchromiumcontent'
|
||||
LIBCHROMIUMCONTENT_COMMIT = 'e375124044f9044ac88076eba0cd17361ee0997c'
|
||||
|
||||
ARCH = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue