mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
fix invalid lang tags (#19513)
This commit is contained in:
committed by
Shelley Vohr
parent
6e367dab9a
commit
af3316707f
@@ -55,13 +55,13 @@ You can use environment variables to override the base URL, the path at which to
|
||||
look for Electron binaries, and the binary filename. The url used by `electron-download`
|
||||
is composed as follows:
|
||||
|
||||
```txt
|
||||
```plaintext
|
||||
url = ELECTRON_MIRROR + ELECTRON_CUSTOM_DIR + '/' + ELECTRON_CUSTOM_FILENAME
|
||||
```
|
||||
|
||||
For instance, to use the China mirror:
|
||||
|
||||
```txt
|
||||
```plaintext
|
||||
ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electron/"
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user