put the dll in a proper folder
This commit is contained in:
BIN
CHRANIBotTNG.dll
BIN
CHRANIBotTNG.dll
Binary file not shown.
BIN
CHRANIBotTNG/CHRANIBotTNG.dll
Normal file
BIN
CHRANIBotTNG/CHRANIBotTNG.dll
Normal file
Binary file not shown.
2
build.sh
2
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
|
# Use csc (Roslyn compiler) instead of mcs
|
||||||
csc -target:library \
|
csc -target:library \
|
||||||
-out:CHRANIBotTNG.dll \
|
-out:CHRANIBotTNG/CHRANIBotTNG.dll \
|
||||||
-nostdlib \
|
-nostdlib \
|
||||||
-r:"$GAME_DIR/7DaysToDie_Data/Managed/mscorlib.dll" \
|
-r:"$GAME_DIR/7DaysToDie_Data/Managed/mscorlib.dll" \
|
||||||
-r:"$GAME_DIR/7DaysToDie_Data/Managed/netstandard.dll" \
|
-r:"$GAME_DIR/7DaysToDie_Data/Managed/netstandard.dll" \
|
||||||
|
|||||||
Reference in New Issue
Block a user