Adjusted CLI Startup Banner

This commit is contained in:
Konloch 2024-08-21 10:28:03 -06:00
parent 4e433000eb
commit 16c2eef1d9

AI 샘플 코드 생성 중입니다

Loading...

View File

@ -168,13 +168,13 @@ public class BytecodeViewer
{
launchArgs = args;
//welcome message
//CLI startup banner
System.out.print("Bytecode Viewer " + VERSION);
if (FAT_JAR)
System.out.print(" [Fat Jar]");
System.out.println(" - Created by @Konloch");
System.out.println("https://bytecodeviewer.com - https://the.bytecode.club");
System.out.println(" - https://bytecodeviewer.com\r\nCreated by @Konloch - https://konloch.com\r\nPresented by https://the.bytecode.club");
// Set the security manager
try {