mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: use https to download from GitHub for external binaries (#17928)
fixes #17926
This commit is contained in:
committed by
Shelley Vohr
parent
f316c8470c
commit
e736d04e7f
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"baseUrl": "http://github.com/electron/electron-frameworks/releases/download",
|
||||
"baseUrl": "https://github.com/electron/electron-frameworks/releases/download",
|
||||
"version": "v1.4.0",
|
||||
"binaries": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user