diff --git a/CHRANIBotTNG.dll b/CHRANIBotTNG.dll deleted file mode 100644 index 204a187..0000000 Binary files a/CHRANIBotTNG.dll and /dev/null differ diff --git a/CHRANIBotTNG/CHRANIBotTNG.dll b/CHRANIBotTNG/CHRANIBotTNG.dll new file mode 100644 index 0000000..5eddca0 Binary files /dev/null and b/CHRANIBotTNG/CHRANIBotTNG.dll differ diff --git a/ModInfo.xml b/CHRANIBotTNG/ModInfo.xml similarity index 100% rename from ModInfo.xml rename to CHRANIBotTNG/ModInfo.xml diff --git a/build.sh b/build.sh index 88cd9be..cef7d2d 100755 --- a/build.sh +++ b/build.sh @@ -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" \