diff options
| author | ruki <[email protected]> | 2017-08-11 18:05:49 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-08-11 18:05:49 +0800 |
| commit | e9887ef9a6f873c38a86b5004fac7c9d120d455f (patch) | |
| tree | a71e69d6c97a877e26262be24037aa38a176b1a8 | |
| parent | 999d1653d05f8964b84412746b7198443ce600c1 (diff) | |
modify logo
| -rw-r--r-- | xmake/core/main.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/xmake/core/main.lua b/xmake/core/main.lua index fdfe3db5f..ef0edd874 100644 --- a/xmake/core/main.lua +++ b/xmake/core/main.lua @@ -41,7 +41,7 @@ local history = require("project/history") local menu = { -- title - title = "xmake v" .. xmake._VERSION .. ", A make-like build utility based on Lua" + title = "${bright}xmake v" .. xmake._VERSION .. ", A make-like build utility based on Lua${clear}" -- copyright , copyright = "Copyright (C) 2015-2017 Ruki Wang, ${underline}tboox.org${clear}, ${underline}xmake.io${clear}\nCopyright (C) 2005-2015 Mike Pall, ${underline}luajit.org${clear}" @@ -63,6 +63,9 @@ function main._show_logo() > < | \__/ | /_| | < ___/ /_/\_\_|_| |_|\__ \|_|\_\____| by ruki, ${underline}tboox.org${clear} + + ${point_right} ${bright}Manual${clear}: ${underline}http://xmake.io/#/home${clear} + ${pray} ${bright}Donate${clear}: ${underline}http://xmake.io/pages/donation.html#donate${clear} ]] -- show logo |
