diff --git a/Run.bat b/Run.bat index 8b60283..9bf39c6 100644 --- a/Run.bat +++ b/Run.bat @@ -8,4 +8,4 @@ robocopy ./bin/Debug/net5.0/ "%LOCALAPPDATA%/Tiny Life/Mods" /e /is rem run the game set /p dir=<"%LOCALAPPDATA%/Tiny Life/GameDir" cd /d %dir% -"Tiny Life.exe" \ No newline at end of file +"Tiny Life.exe" -v \ No newline at end of file diff --git a/Run.sh b/Run.sh index 07a7f4f..4169f0a 100644 --- a/Run.sh +++ b/Run.sh @@ -8,4 +8,4 @@ cp ./bin/Debug/net5.0/* "$HOME/.local/share/Tiny Life/Mods" -r # run the game dir=$(<"$HOME/.local/share/Tiny Life/GameDir") cd $dir -"./Tiny Life" \ No newline at end of file +"./Tiny Life" -v \ No newline at end of file