Add AppImage packaging for Linux.

This commit is contained in:
Paul Chote
2018-05-02 18:05:55 +00:00
committed by abcdefg30
parent c6c431cd95
commit 6397e1443f
6 changed files with 228 additions and 4 deletions

View 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} "$@"