mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-13 11:12:23 +01:00
Finished Launcher
Everything is smooth and the UI is perfect
This commit is contained in:
@@ -26,8 +26,8 @@ Future<File> downloadRebootDll() async {
|
||||
}
|
||||
|
||||
var response = await http.get(Uri.parse(_rebootUrl));
|
||||
var tempZip = File("${Platform.environment["Temp"]}/reboot.zip")
|
||||
..writeAsBytesSync(response.bodyBytes);
|
||||
var tempZip = File("${Platform.environment["Temp"]}/reboot.zip");
|
||||
await tempZip.writeAsBytes(response.bodyBytes);
|
||||
await extractFileToDisk(tempZip.path, safeBinariesDirectory);
|
||||
var pdb = await loadBinary("Project Reboot.pdb", true);
|
||||
pdb.delete();
|
||||
|
||||
Reference in New Issue
Block a user