Output compiled binaries to ./bin.

This commit is contained in:
Paul Chote
2020-11-21 18:39:11 +00:00
committed by teinarss
parent 6ad5b9ebc4
commit 20fe59e844
29 changed files with 124 additions and 163 deletions

View File

@@ -25,7 +25,7 @@ ShareAnonymizedIPs="${ShareAnonymizedIPs:-"True"}"
SupportDir="${SupportDir:-""}"
while true; do
mono --debug OpenRA.Server.exe Game.Mod="$Mod" \
mono --debug bin/OpenRA.Server.exe Engine.EngineDir=".." Game.Mod="$Mod" \
Server.Name="$Name" \
Server.ListenPort="$ListenPort" \
Server.AdvertiseOnline="$AdvertiseOnline" \