diff options
| author | ruki <[email protected]> | 2025-12-26 23:55:11 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-12-26 23:55:11 +0800 |
| commit | ef6069c0e0b09b862c663a386e73e6acba6a1c97 (patch) | |
| tree | e02d0cffb465075e696434489267a8c6cac2bdbc | |
| parent | 111b483f2e907dce31d8abacc05cdb9334c125c6 (diff) | |
add gitcode mirror in update
| -rw-r--r-- | xmake/modules/private/action/update/fetch_version.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/private/action/update/fetch_version.lua b/xmake/modules/private/action/update/fetch_version.lua index b73b88f88..576e118a3 100644 --- a/xmake/modules/private/action/update/fetch_version.lua +++ b/xmake/modules/private/action/update/fetch_version.lua @@ -32,6 +32,7 @@ local official_sources = "https://github.com/xmake-io/xmake.git", "[email protected]:xmake-io/xmake.git", "https://gitlab.com/tboox/xmake.git", + "https://gitcode.com/xmake-io/xmake.git", "https://gitee.com/tboox/xmake.git" } |
