Fix .zip problems
This commit is contained in:
parent
724373f40f
commit
8ac17efed7
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ public class DownloaderIndexFromGoogleCode {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Map<String, String> getIndexFiles(Map<String, String> files){
|
public static Map<String, String> getIndexFiles(Map<String, String> files){
|
||||||
return getContent(files, ".obf", ".zip");
|
return getContent(files, ".obf", ".zip", ".zip-1", ".zip-2", ".zip-3", ".zip-4");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static URL getInputStreamToLoadIndex(String indexName) throws IOException{
|
public static URL getInputStreamToLoadIndex(String indexName) throws IOException{
|
||||||
|
|
Loading…
Reference in a new issue