Skip to content

Commit

Permalink
Edit exit message to signpost to what to do next
Browse files Browse the repository at this point in the history
  • Loading branch information
souramoo committed Jan 10, 2021
1 parent d50314a commit d871e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/souramoo/unapkm/UnApkm.java
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public static void main(String[] args) {
out = args[1];

if(isAlreadyZip(new File(in)))
System.out.println("The file at " + in + " appears to already be a regular ZIP file :)");
System.out.println("The file at " + in + " appears to already be a regular ZIP file :)\n\nYou can just rename this to .apks and install with SAI or similar, no decryption with this tool is required.");
else
decryptFile(in, out);
}
Expand Down

0 comments on commit d871e15

Please sign in to comment.