diff options
| author | ruki <[email protected]> | 2020-02-08 22:05:52 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-02-08 22:05:52 +0800 |
| commit | 6b647a84a037f60e76f6d087f94e9680965ffa0f (patch) | |
| tree | 5d9f00737bbe9aae3b770b3e44e3362b7d06e470 | |
| parent | b59b8efc9b851dd0c326efc78187b811f6057d0c (diff) | |
remove coding mirror for update action
| -rw-r--r-- | xmake/actions/update/main.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/actions/update/main.lua b/xmake/actions/update/main.lua index b4216c632..aff215619 100644 --- a/xmake/actions/update/main.lua +++ b/xmake/actions/update/main.lua @@ -316,7 +316,6 @@ function main() if version:find('.', 1, true) then mainurls = {format("https://ci.appveyor.com/api/projects/waruqi/xmake/artifacts/xmake-installer.exe?tag=%s&pr=false&job=Image%%3A+Visual+Studio+2017%%3B+Platform%%3A+%s", version, os.arch()), format("https://github.com/xmake-io/xmake/releases/download/%s/xmake-%s.exe", version, version), - format("https://qcloud.coding.net/u/waruqi/p/xmake-releases/git/raw/master/xmake-%s.exe", version), format("https://gitlab.com/xmake-mirror/xmake-releases/raw/master/xmake-%s.exe", version)} else -- regard as a git branch, fetch from ci |
