mirror of
https://github.com/Maschell/JNUSTool.git
synced 2024-11-24 08:59:19 +01:00
updated jar files
and fixed a stupid bug added the config file
This commit is contained in:
parent
fc6e63fa54
commit
67a3082976
2
.gitignore
vendored
2
.gitignore
vendored
@ -47,4 +47,4 @@ Temporary Items
|
|||||||
.apdisk
|
.apdisk
|
||||||
0*
|
0*
|
||||||
bin
|
bin
|
||||||
config
|
/config
|
||||||
|
BIN
jar/JNUSTool.jar
BIN
jar/JNUSTool.jar
Binary file not shown.
Binary file not shown.
2
jar/config
Normal file
2
jar/config
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
http://ccs.cdn.wup.shop.nintendo.net/ccs/download
|
||||||
|
[COMMONKEY]
|
@ -227,6 +227,7 @@ public class Downloader {
|
|||||||
if(f.exists()){
|
if(f.exists()){
|
||||||
if(f.length() == toDownload.getFileLength()){
|
if(f.length() == toDownload.getFileLength()){
|
||||||
System.out.println("Skipping: " + String.format("%8.2f MB ", toDownload.getFileLength()/1024.0/1024.0) + toDownload.getFullPath());
|
System.out.println("Skipping: " + String.format("%8.2f MB ", toDownload.getFileLength()/1024.0/1024.0) + toDownload.getFullPath());
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ import java.io.IOException;
|
|||||||
public class Starter {
|
public class Starter {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
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();
|
System.out.println();
|
||||||
try {
|
try {
|
||||||
readConfig();
|
readConfig();
|
||||||
|
Loading…
Reference in New Issue
Block a user