Added remote lawin server

This commit is contained in:
Alessandro Autiero
2022-10-02 18:58:17 +02:00
parent 5332926981
commit 9a759ac9e3
27 changed files with 277 additions and 150 deletions

View File

@@ -1,11 +1,11 @@
import 'dart:io';
import 'package:archive/archive_io.dart';
import 'package:get/get.dart';
import 'package:reboot_launcher/src/util/binary.dart';
import 'package:http/http.dart' as http;
import 'package:crypto/crypto.dart';
import 'package:get/get.dart';
import 'package:http/http.dart' as http;
import 'package:path/path.dart' as path;
import 'package:reboot_launcher/src/util/binary.dart';
const _rebootUrl =
"https://nightly.link/Milxnor/Universal-Walking-Simulator/workflows/msbuild/master/Release.zip";