'detect' command to print link to .ini
This commit is contained in:
parent
1b37b2a0b8
commit
3058bb0c1c
|
@ -384,6 +384,7 @@ public class ConsoleTools {
|
|||
|
||||
System.out.println("Signature: " + SerialAutoChecker.SIGNATURE);
|
||||
System.out.println("It says " + messages);
|
||||
System.out.println("Ini file: " + SignatureHelper.getUrl(SerialAutoChecker.SIGNATURE).first);
|
||||
System.exit(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue