Add AppImage packaging for Linux.
This commit is contained in:
5
packaging/linux/openra-server.appimage.in
Executable file
5
packaging/linux/openra-server.appimage.in
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
HERE="$(dirname "$(readlink -f "${0}")")"
|
||||
cd "${HERE}/../lib/openra" || exit 1
|
||||
|
||||
mono --debug OpenRA.Server.exe Game.Mod={MODID} "$@"
|
||||
Reference in New Issue
Block a user