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