checkpoint

This commit is contained in:
Alessandro Autiero
2023-02-24 15:24:24 +01:00
parent 013d15d7ff
commit 63c7cc5c5b
69 changed files with 1148 additions and 644 deletions

View File

@@ -62,7 +62,7 @@ void main(List<String> args) async {
if(result["update"]) {
stdout.writeln("Updating reboot dll...");
try {
await downloadRebootDll(0);
await downloadRebootDll(rebootDownloadUrl, 0);
}catch(error){
stderr.writeln("Cannot update reboot dll: $error");
}