'detect' command to print link to .ini

This commit is contained in:
rusefillc 2020-10-02 21:13:34 -04:00
parent 1b37b2a0b8
commit 3058bb0c1c
2 changed files with 1 additions and 0 deletions

View File

@ -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);
}