diff --git a/BuildTime.txt b/BuildTime.txt index 9cba409..b714f0f 100644 --- a/BuildTime.txt +++ b/BuildTime.txt @@ -1 +1 @@ -2026-03-17 20:55:18 \ No newline at end of file +2026-03-17 21:08:52 \ No newline at end of file diff --git a/GitCommit.txt b/GitCommit.txt index ac8b8cd..d22ce9f 100644 --- a/GitCommit.txt +++ b/GitCommit.txt @@ -1 +1 @@ -bf213b7 \ No newline at end of file +a9e0ecb \ No newline at end of file diff --git a/shell/Commands/Info/About.cs b/shell/Commands/Info/About.cs index d92e4fd..a6e5fe8 100644 --- a/shell/Commands/Info/About.cs +++ b/shell/Commands/Info/About.cs @@ -22,6 +22,12 @@ namespace CMLeonOS.Commands { public static void ProcessAbout() { + Console.WriteLine(@" ____ __ __ _ ___ ____ "); + Console.WriteLine(@" / ___| \/ | | ___ ___ _ __ / _ \/ ___| "); + Console.WriteLine(@" | | | |\/| | | / _ \/ _ \| '_ \| | | \___ \ "); + Console.WriteLine(@" | |___| | | | |__| __/ (_) | | | | |_| |___) |"); + Console.WriteLine(@" \____|_| |_|_____\___|\___/|_| |_|____/|____/ "); + Console.WriteLine(); Console.WriteLine("CMLeonOS Project"); Console.WriteLine("By LeonOS 2 Developer Team"); }