Create separate Linux launchers for each mod.

This commit is contained in:
Paul Chote
2017-04-16 16:11:14 +00:00
parent 62b0be9db8
commit b24e681531
25 changed files with 349 additions and 58 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/sh
cd "{GAME_INSTALL_DIR}"
mono {DEBUG} OpenRA.Server.exe Game.Mod={MOD} "$$@"