Add more entries
This commit is contained in:
parent
111a295193
commit
97e9ed622a
7 changed files with 195 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue