diff options
| author | ruki <[email protected]> | 2019-03-29 23:34:50 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-03-29 15:29:04 +0800 |
| commit | 2fc168ab1c37d86111412c2c9969a87ee611d40a (patch) | |
| tree | ce0a0988c53e4093bfea115f185b7ba2f300c92f /xmake/actions/update/main.lua | |
| parent | 9bad2db4e533e04c7086cc9f314237955a42b3ff (diff) | |
speedup to download xmake generator
Diffstat (limited to 'xmake/actions/update/main.lua')
| -rw-r--r-- | xmake/actions/update/main.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xmake/actions/update/main.lua b/xmake/actions/update/main.lua index 8efe139f9..47064ffad 100644 --- a/xmake/actions/update/main.lua +++ b/xmake/actions/update/main.lua @@ -228,7 +228,9 @@ function main() environment.enter() -- sort main urls - local mainurls = {"https://github.com/xmake-io/xmake.git", "https://gitlab.com/tboox/xmake.git", "https://gitee.com/tboox/xmake.git"} + local mainurls = {"https://github.com/xmake-io/xmake.git", + "https://gitlab.com/tboox/xmake.git", + "https://gitee.com/tboox/xmake.git"} fasturl.add(mainurls) mainurls = fasturl.sort(mainurls) |
