diff options
| -rw-r--r-- | xmake/actions/build/statistics.lua | 8 | ||||
| -rw-r--r-- | xmake/core/main.lua | 2 |
2 files changed, 1 insertions, 9 deletions
diff --git a/xmake/actions/build/statistics.lua b/xmake/actions/build/statistics.lua index 821518c18..996295de6 100644 --- a/xmake/actions/build/statistics.lua +++ b/xmake/actions/build/statistics.lua @@ -144,14 +144,6 @@ function main() end end - -- download the xmake-stats releases to update the release stats info in github - local releasefile = outputdir .. ".release" - if not os.isfile(releasefile) then - import("net.http.download") - download(format("https://github.com/xmake-io/xmake-stats/releases/download/v%s/%s", xmake:version():shortstr(), os.host()), releasefile) - print("post to releases ok!") - end - -- leave the environments of git packagenv.leave("git") diff --git a/xmake/core/main.lua b/xmake/core/main.lua index bc5a1a7b3..4aa1c0d45 100644 --- a/xmake/core/main.lua +++ b/xmake/core/main.lua @@ -44,7 +44,7 @@ local menu = title = "${bright}xmake v" .. _VERSION .. ", A cross-platform build utility based on Lua${clear}" -- copyright -, copyright = "Copyright (C) 2015-2020 Ruki Wang, ${underline}tboox.org${clear}, ${underline}xmake.io${clear}\nCopyright (C) 2005-2015 Mike Pall, ${underline}luajit.org${clear}" +, copyright = "Copyright (C) 2015-2020 Ruki Wang, ${underline}tboox.org${clear}, ${underline}xmake.io${clear}" -- the tasks: xmake [task] , function () |
