put the dll in a proper folder

This commit is contained in:
2025-11-23 21:57:15 +01:00
parent c7b93dc0a8
commit 056ea86566
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -5,7 +5,7 @@ GAME_DIR="${GAME_DIR:-$HOME/Software/SteamLibrary/steamapps/common/7 Days To Die
# Use csc (Roslyn compiler) instead of mcs
csc -target:library \
-out:CHRANIBotTNG.dll \
-out:CHRANIBotTNG/CHRANIBotTNG.dll \
-nostdlib \
-r:"$GAME_DIR/7DaysToDie_Data/Managed/mscorlib.dll" \
-r:"$GAME_DIR/7DaysToDie_Data/Managed/netstandard.dll" \