mirror of
https://github.com/Ellpeck/TinyLifeExampleMod.git
synced 2024-11-22 20:08:34 +01:00
0.20.3
This commit is contained in:
parent
d7c776e8d2
commit
dc555efa7b
3 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="TinyLifeApi" Version="0.20.2" />
|
<PackageReference Include="TinyLifeApi" Version="0.20.3" />
|
||||||
|
|
||||||
<PackageReference Include="ExtremelySimpleLogger" Version="1.2.5" />
|
<PackageReference Include="ExtremelySimpleLogger" Version="1.2.5" />
|
||||||
<PackageReference Include="Lib.Harmony" Version="2.2.0" />
|
<PackageReference Include="Lib.Harmony" Version="2.2.0" />
|
||||||
|
|
2
Run.bat
2
Run.bat
|
@ -8,4 +8,4 @@ robocopy ./bin/Debug/net6.0/ "%LOCALAPPDATA%/Tiny Life/Mods" /e /is
|
||||||
rem run the game
|
rem run the game
|
||||||
set /p dir=<"%LOCALAPPDATA%/Tiny Life/GameDir"
|
set /p dir=<"%LOCALAPPDATA%/Tiny Life/GameDir"
|
||||||
cd /d %dir%
|
cd /d %dir%
|
||||||
"Tiny Life.exe" -v --skip-splash
|
"Tiny Life.exe" -v --skip-splash --skip-preloads
|
2
Run.sh
2
Run.sh
|
@ -8,4 +8,4 @@ cp -r ./bin/Debug/net6.0/* "$HOME/.local/share/Tiny Life/Mods"
|
||||||
# run the game
|
# run the game
|
||||||
dir=$(<"$HOME/.local/share/Tiny Life/GameDir")
|
dir=$(<"$HOME/.local/share/Tiny Life/GameDir")
|
||||||
cd "$dir"
|
cd "$dir"
|
||||||
"./Tiny Life" -v --skip-splash
|
"./Tiny Life" -v --skip-splash --skip-preloads
|
Loading…
Reference in a new issue