mirror of
https://github.com/Ellpeck/TinyLifeExampleMod.git
synced 2024-11-05 13:39:09 +01:00
debug saves in example mod build script
This commit is contained in:
parent
bd006fed3a
commit
7493d4b896
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Task("Run").IsDependentOn("CopyToMods").Does(() => {
|
|||
// start the tiny life process
|
||||
var exeDir = System.IO.File.ReadAllText($"{tinyLifeDir}/GameDir");
|
||||
var process = Process.Start(new ProcessStartInfo($"{exeDir}/Tiny Life") {
|
||||
Arguments = "-v --skip-splash --skip-preloads",
|
||||
Arguments = "-v --skip-splash --skip-preloads --debug-saves",
|
||||
CreateNoWindow = true
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue