summaryrefslogtreecommitdiff
path: root/xmake/core/main.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-07-14 08:30:08 +0800
committerruki <[email protected]>2016-07-14 08:30:08 +0800
commite20c540cbde1694c683bbc3b8c19158bbde57985 (patch)
treed7331ebdd2f7dc1f9efeea7f0862488ba77560fb /xmake/core/main.lua
parent375e6543b6ababe4dd84692456e71886cb857188 (diff)
add colors for actions and plugins
Diffstat (limited to 'xmake/core/main.lua')
-rw-r--r--xmake/core/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/main.lua b/xmake/core/main.lua
index b8f12371c..654e3f564 100644
--- a/xmake/core/main.lua
+++ b/xmake/core/main.lua
@@ -40,7 +40,7 @@ local menu =
title = xmake._VERSION .. ", The Make-like Build Utility based on Lua"
-- copyright
-, copyright = "Copyright (C) 2015-2016 Ruki Wang, tboox.org\nCopyright (C) 2005-2015 Mike Pall, luajit.org"
+, copyright = "Copyright (C) 2015-2016 Ruki Wang, ${underline}tboox.org${clear}, ${underline}xmake.io${clear}\nCopyright (C) 2005-2015 Mike Pall, ${underline}luajit.org${clear}"
-- the tasks: xmake [task]
, task.menu