Exit with an error code if validate fails

This commit is contained in:
chubtub 2024-02-01 15:11:55 -05:00
parent 2a88b22ae1
commit 111da813a1

View File

@ -57,6 +57,7 @@ public class Main {
System.out.println("Successfully verified " + verifyFile);
} else {
System.out.println("Failed to verify " + verifyFile);
System.exit(1);
}
} else {
System.out.println("Need a RIM file to validate!");