mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-13 11:12:23 +01:00
Added headless switch
Fixed UI
This commit is contained in:
@@ -38,7 +38,7 @@ Future<int> downloadRebootDll(int? lastUpdateMs) async {
|
||||
|
||||
if (exists && sha1.convert(await oldRebootDll.readAsBytes()) == sha1.convert(await File(rebootDll.path).readAsBytes())) {
|
||||
outputDir.delete();
|
||||
return lastUpdateMs!;
|
||||
return lastUpdateMs ?? now.millisecondsSinceEpoch;
|
||||
}
|
||||
|
||||
await rebootDll.rename(oldRebootDll.path);
|
||||
|
||||
Reference in New Issue
Block a user