Added exe build and tweaked some ui things

This commit is contained in:
Alessandro Autiero
2022-09-19 22:08:29 +02:00
parent 273214ceef
commit 5eea7ae71f
6 changed files with 80 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ import 'package:crypto/crypto.dart';
import 'package:shared_preferences/shared_preferences.dart';
const _rebootUrl =
"https://nightly.link/UWUFN/Universal-Walking-Simulator/workflows/msbuild/master/Release.zip";
"https://nightly.link/Milxnor/Universal-Walking-Simulator/workflows/msbuild/master/Release.zip";
final GetStorage _storage = GetStorage("update");
Future<DateTime?> _getLastUpdate() async {