put the dll in a proper folder
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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