mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-08-03 19:36:53 -04:00
update
This commit is contained in:
parent
d7e73f69fa
commit
fbd5c43c98
@ -63,7 +63,7 @@ public final class CacheFileTask extends FetchTask<Path> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected Context getContext(URLConnection connection, boolean checkETag) throws IOException {
|
protected Context getContext(URLConnection connection, boolean checkETag, String bmclapiHash) throws IOException {
|
||||||
assert checkETag;
|
assert checkETag;
|
||||||
|
|
||||||
Path temp = Files.createTempFile("hmcl-download-", null);
|
Path temp = Files.createTempFile("hmcl-download-", null);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user