mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-13 11:12:23 +01:00
checkpoint
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user