summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-04-15 23:29:54 +0800
committerruki <[email protected]>2025-04-15 23:29:54 +0800
commit52950c684c10690a9db791e4919760316cce26e6 (patch)
treeb099e96f7a7e49e53f4f9f8e4d020461878b2c1d
parent36732681ba0a2f2911bf18c7c22729e23521ce05 (diff)
strip logo spaces
-rw-r--r--xmake/core/base/option.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/core/base/option.lua b/xmake/core/base/option.lua
index 62551dda3..240e35bc4 100644
--- a/xmake/core/base/option.lua
+++ b/xmake/core/base/option.lua
@@ -478,7 +478,7 @@ function option.show_logo(logo, opt)
/_/\_\_|_| |_|\__ \|_|\_\____|
by ruki, xmake.io
- ]]
+]]
-- make rainbow for logo
opt = opt or {}
@@ -505,7 +505,7 @@ function option.show_logo(logo, opt)
local footer = [[
${point_right} ${bright}Manual${clear}: ${underline}https://xmake.io/#/getting_started${clear}
${pray} ${bright}Donate${clear}: ${underline}https://xmake.io/#/sponsor${clear}
- ]]
+]]
-- show footer
io.print(colors.translate(footer))