mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-13 03:02:22 +01:00
Released 9.2.7
This commit is contained in:
@@ -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}-"
|
||||
},
|
||||
)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user