Add more entries

This commit is contained in:
zontreck 2025-06-01 02:20:12 -07:00
parent 111a295193
commit 97e9ed622a
7 changed files with 195 additions and 4 deletions

View file

@ -200,6 +200,11 @@ class _main extends State<MainGen> {
state++;
setState(() {});
} else if (state - index == 8) {
statusMessage = "Updating Latest Version manifest...";
await File("LATEST_VERSION").writeAsString("${Constants.VERSION}");
state++;
setState(() {});
} else if (state - index == 9) {
x.cancel();
sleep(Duration(seconds: 10));
exit(0);