This commit is contained in:
Ell 2022-04-04 14:21:15 +02:00
parent d7c776e8d2
commit dc555efa7b
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="TinyLifeApi" Version="0.20.2" />
<PackageReference Include="TinyLifeApi" Version="0.20.3" />
<PackageReference Include="ExtremelySimpleLogger" Version="1.2.5" />
<PackageReference Include="Lib.Harmony" Version="2.2.0" />

View file

@ -8,4 +8,4 @@ robocopy ./bin/Debug/net6.0/ "%LOCALAPPDATA%/Tiny Life/Mods" /e /is
rem run the game
set /p dir=<"%LOCALAPPDATA%/Tiny Life/GameDir"
cd /d %dir%
"Tiny Life.exe" -v --skip-splash
"Tiny Life.exe" -v --skip-splash --skip-preloads

2
Run.sh
View file

@ -8,4 +8,4 @@ cp -r ./bin/Debug/net6.0/* "$HOME/.local/share/Tiny Life/Mods"
# run the game
dir=$(<"$HOME/.local/share/Tiny Life/GameDir")
cd "$dir"
"./Tiny Life" -v --skip-splash
"./Tiny Life" -v --skip-splash --skip-preloads