Ensure destination folder for mods exists
This commit is contained in:
parent
906191e4d5
commit
e04b4b1a0f
1 changed files with 2 additions and 0 deletions
|
@ -123,6 +123,8 @@ class GameServerPageState extends State<GameServerPage> {
|
||||||
manifest.add("${M.mod_id}");
|
manifest.add("${M.mod_id}");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
settings.assertModsFolderExists();
|
||||||
|
|
||||||
result =
|
result =
|
||||||
await Process.run(settings.getSteamCmd(), manifest);
|
await Process.run(settings.getSteamCmd(), manifest);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue