Latest version

This commit is contained in:
Alessandro Autiero
2022-12-30 03:03:59 +01:00
parent 966b4b33fd
commit 013d15d7ff
43 changed files with 519 additions and 244 deletions

View File

@@ -19,11 +19,7 @@ late String dll;
late FortniteVersion version;
late bool autoRestart;
void main(List<String> args){
handleCLI(args);
}
Future<void> handleCLI(List<String> args) async {
void main(List<String> args) async {
stdout.writeln("Reboot Launcher");
stdout.writeln("Wrote by Auties00");
stdout.writeln("Version 5.3");