updated jar files

and fixed a stupid bug
added the config file
This commit is contained in:
Maschell 2016-02-02 01:36:50 +01:00
parent fc6e63fa54
commit 67a3082976
6 changed files with 5 additions and 2 deletions

2
.gitignore vendored
View File

@ -47,4 +47,4 @@ Temporary Items
.apdisk
0*
bin
config
/config

Binary file not shown.

Binary file not shown.

2
jar/config Normal file
View File

@ -0,0 +1,2 @@
http://ccs.cdn.wup.shop.nintendo.net/ccs/download
[COMMONKEY]

View File

@ -227,6 +227,7 @@ public class Downloader {
if(f.exists()){
if(f.length() == toDownload.getFileLength()){
System.out.println("Skipping: " + String.format("%8.2f MB ", toDownload.getFileLength()/1024.0/1024.0) + toDownload.getFullPath());
return;
}
}

View File

@ -6,7 +6,7 @@ import java.io.IOException;
public class Starter {
public static void main(String[] args) {
System.out.println("JNUSTool 0.0.1 - pre alpha - by Maschell");
System.out.println("JNUSTool 0.0.2 - pre alpha - by Maschell");
System.out.println();
try {
readConfig();