diff --git a/Run.sh b/Run.sh index f98de87..07a7f4f 100644 --- a/Run.sh +++ b/Run.sh @@ -4,8 +4,8 @@ cd "$(dirname "$0")" # build the mod dotnet build # copy the mod to the mods folder -cp ./bin/Debug/net5.0/* "$LOCALAPPDATA/Tiny Life/Mods" -r +cp ./bin/Debug/net5.0/* "$HOME/.local/share/Tiny Life/Mods" -r # run the game -dir=$(<"$LOCALAPPDATA/Tiny Life/GameDir") +dir=$(<"$HOME/.local/share/Tiny Life/GameDir") cd $dir -"./Tiny Life.exe" \ No newline at end of file +"./Tiny Life" \ No newline at end of file