Released 9.2.7

This commit is contained in:
Alessandro Autiero
2024-09-14 12:37:56 +02:00
parent a9af28273a
commit bfe15e43d9
15 changed files with 331 additions and 255 deletions

View File

@@ -133,9 +133,9 @@ Future<void> _downloadArchive(FortniteBuildDownloadOptions options, Completer st
throw _genericError;
},
headers: byteStart == null || byteStart <= 0 ? {
"Cookie": "_c_t_c=1"
} : {
"Cookie": "_c_t_c=1",
"Range": "bytes=${byteStart}-"
},
)

View File

@@ -7,7 +7,7 @@ environment:
sdk: ">=3.0.0 <=4.0.0"
dependencies:
dio: ^5.3.2
dio: ^5.7.0
win32: 3.0.0
ffi: ^2.1.0
path: ^1.8.3