This commit is contained in:
Alessandro Autiero
2024-06-01 16:26:00 +02:00
parent d478650e9b
commit efb508bd0c
243 changed files with 486662 additions and 2948 deletions

View File

@@ -52,7 +52,7 @@ void main(List<String> args) async {
}
stdout.writeln("Launching game...");
var executable = await version.executable;
var executable = version.gameExecutable;
if(executable == null){
throw Exception("Missing game executable at: ${version.location.path}");
}